aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-26 14:23:02 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-26 14:23:02 +0100
commit314c0c1e45bc6a4c1ae0e7c030ebbf51b80abb35 (patch)
tree31fb09d3fb2fd0fbbf7d714075df6945b842c6f6 /heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml
parent0f11467f0bf1d20212f94be2bbed75896b30d73f (diff)
Fix spacing issues in YAML files in heat
Fixes applied as reported by yamllint. Change-Id: I192de1f318c9aee58868807e4a9942b48b8b8e65 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml')
-rw-r--r--heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml4
1 files changed, 2 insertions, 2 deletions
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 7c51d4ff..e93a8c9a 100644
--- a/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml
+++ b/heat/vFW_CNF_CDS/templates/helm/vsn/templates/service.yaml
@@ -10,8 +10,8 @@ metadata:
spec:
type: {{ .Values.service.type }}
ports:
- - port: {{ .Values.service.ports.port }}
- nodePort: {{ .Values.service.ports.nodePort }}
+ - port: {{ .Values.service.ports.port }}
+ nodePort: {{ .Values.service.ports.nodePort }}
selector:
vf-module-name: {{ .Values.vsn_name_0 }}
release: {{ .Release.Name }}