From ff77b4bcdc455133708123993acbbb0cd5cb9349 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Konrad=20Ba=C5=84ka?= Date: Thu, 27 Feb 2020 09:17:06 +0100 Subject: [PATCH] Correct typo in selectors for helm deployments MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Issue-ID: INT-1260 Change-Id: Iaa95354bb29711841187630b017653b50957dbc2 Signed-off-by: Konrad Bańka --- heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml | 2 +- heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }} -- 2.16.6