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 --- .../templates/helm/base_template/templates/onap-private-net.yaml | 2 +- .../templates/helm/base_template/templates/protected-private-net.yaml | 2 +- .../templates/helm/base_template/templates/unprotected-private-net.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'heat/vFW_CNF_CDS/templates/helm/base_template') diff --git a/heat/vFW_CNF_CDS/templates/helm/base_template/templates/onap-private-net.yaml b/heat/vFW_CNF_CDS/templates/helm/base_template/templates/onap-private-net.yaml index 1b9423f6..03a73104 100644 --- a/heat/vFW_CNF_CDS/templates/helm/base_template/templates/onap-private-net.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/base_template/templates/onap-private-net.yaml @@ -7,7 +7,7 @@ metadata: release: {{ .Release.Name }} chart: {{ .Chart.Name }} spec: - cniType : ovn4nfv + cniType: ovn4nfv ipv4Subnets: - name: {{ .Values.onap_private_subnet_id }} subnet: {{ .Values.onap_private_net_cidr }} diff --git a/heat/vFW_CNF_CDS/templates/helm/base_template/templates/protected-private-net.yaml b/heat/vFW_CNF_CDS/templates/helm/base_template/templates/protected-private-net.yaml index 6b939d2a..5c4144e1 100644 --- a/heat/vFW_CNF_CDS/templates/helm/base_template/templates/protected-private-net.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/base_template/templates/protected-private-net.yaml @@ -7,7 +7,7 @@ metadata: release: {{ .Release.Name }} chart: {{ .Chart.Name }} spec: - cniType : ovn4nfv + cniType: ovn4nfv ipv4Subnets: - name: {{ .Values.int_private2_subnet_id }} subnet: {{ .Values.int_private2_net_cidr }} diff --git a/heat/vFW_CNF_CDS/templates/helm/base_template/templates/unprotected-private-net.yaml b/heat/vFW_CNF_CDS/templates/helm/base_template/templates/unprotected-private-net.yaml index db2a5b32..dc6f151e 100644 --- a/heat/vFW_CNF_CDS/templates/helm/base_template/templates/unprotected-private-net.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/base_template/templates/unprotected-private-net.yaml @@ -7,7 +7,7 @@ metadata: release: {{ .Release.Name }} chart: {{ .Chart.Name }} spec: - cniType : ovn4nfv + cniType: ovn4nfv ipv4Subnets: - name: {{ .Values.int_private1_subnet_id }} subnet: {{ .Values.int_private1_net_cidr }} -- cgit 1.2.3-korg