From 314c0c1e45bc6a4c1ae0e7c030ebbf51b80abb35 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 26 Mar 2020 14:23:02 +0100 Subject: 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 --- 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') 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 84a7d1a0..7d2ecc13 100644 --- a/heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/vpkg/templates/service.yaml @@ -10,7 +10,7 @@ metadata: spec: type: {{ .Values.service.type }} ports: - - port: {{ .Values.service.ports.port }} + - port: {{ .Values.service.ports.port }} nodePort: {{ .Values.service.ports.nodePort }} selector: vf-module-name: {{ .Values.vpg_name_0 }} -- cgit 1.2.3-korg