From: Konrad Bańka Date: Thu, 27 Feb 2020 08:17:06 +0000 (+0100) Subject: Correct typo in selectors for helm deployments X-Git-Tag: 1.6.0~44 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F102465%2F3;p=demo.git Correct typo in selectors for helm deployments Issue-ID: INT-1260 Change-Id: Iaa95354bb29711841187630b017653b50957dbc2 Signed-off-by: Konrad Bańka --- 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 06b1ad8f..84a7d1a0 100644 --- a/heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml @@ -13,6 +13,6 @@ spec: - port: {{ .Values.service.ports.port }} nodePort: {{ .Values.service.ports.nodePort }} selector: - app: {{ .Values.vpg_name_0 }} + vf-module-name: {{ .Values.vpg_name_0 }} release: {{ .Release.Name }} chart: {{ .Chart.Name }} diff --git a/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml b/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml index 967a160d..7c51d4ff 100644 --- a/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml @@ -13,6 +13,6 @@ spec: - port: {{ .Values.service.ports.port }} nodePort: {{ .Values.service.ports.nodePort }} selector: - app: {{ .Values.vsn_name_0 }} + vf-module-name: {{ .Values.vsn_name_0 }} release: {{ .Release.Name }} chart: {{ .Chart.Name }}