From 7c523c94d26afe32ef655e252cf06583aa3509ec Mon Sep 17 00:00:00 2001 From: Konrad Bańka Date: Tue, 19 May 2020 08:08:19 +0200 Subject: [vFW_CNF_CDS] Cleanup onboarding package content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename CSAR to onboarding package where mentioned. This change doesn't contain CBA/Policy updates as they need to be updated according to latest CDS config once it is merged. Issue-ID: INT-1457 Signed-off-by: Konrad Bańka Change-Id: Ia230b749fc080d4eaf9834d7d64723d74726a550 --- heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml') diff --git a/heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml b/heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml index 7d2ecc13..a9994425 100644 --- a/heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: {{ .Values.vpg_name_0 }}-management-api + name: "{{ .Values.vpg_name_0 }}-mgmt" labels: vnf-name: {{ .Values.vnf_name }} vf-module-name: {{ .Values.vpg_name_0 }} -- cgit 1.2.3-korg