diff options
author | Konrad Bańka <k.banka@samsung.com> | 2020-02-27 09:17:06 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-02 11:32:58 +0000 |
commit | ff77b4bcdc455133708123993acbbb0cd5cb9349 (patch) | |
tree | d7348bad7a3e3eeb1022e57ca3a349414a69d826 /heat/vFW_CNF_CDS/templates/helm | |
parent | b9f077ae5da15ba45728f6902b82bcdbbb31f2cf (diff) |
Correct typo in selectors for helm deployments
Issue-ID: INT-1260
Change-Id: Iaa95354bb29711841187630b017653b50957dbc2
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/helm')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml | 2 | ||||
-rw-r--r-- | 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 }} |