From 3f051b3407381682b00009e02f29c225f72482aa Mon Sep 17 00:00:00 2001 From: Mads Rosenberg Date: Fri, 11 Dec 2020 14:57:03 +0100 Subject: [PATCH] fix(#1261): remove helm chart indent for config map glob (#1533) --- deploy/k8s/helm/apigwmm/templates/envoy-cm.yaml | 2 +- deploy/k8s/helm/apigwms/templates/envoy-cm.yaml | 2 +- deploy/k8s/helm/apigwwm/templates/envoy-cm.yaml | 2 +- deploy/k8s/helm/apigwws/templates/envoy-cm.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/k8s/helm/apigwmm/templates/envoy-cm.yaml b/deploy/k8s/helm/apigwmm/templates/envoy-cm.yaml index 71728d084..66de90f5c 100644 --- a/deploy/k8s/helm/apigwmm/templates/envoy-cm.yaml +++ b/deploy/k8s/helm/apigwmm/templates/envoy-cm.yaml @@ -10,5 +10,5 @@ metadata: release: {{ .Release.Name }} heritage: {{ .Release.Service }} data: - {{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }} +{{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }} diff --git a/deploy/k8s/helm/apigwms/templates/envoy-cm.yaml b/deploy/k8s/helm/apigwms/templates/envoy-cm.yaml index 76da5832b..0842f889a 100644 --- a/deploy/k8s/helm/apigwms/templates/envoy-cm.yaml +++ b/deploy/k8s/helm/apigwms/templates/envoy-cm.yaml @@ -10,5 +10,5 @@ metadata: release: {{ .Release.Name }} heritage: {{ .Release.Service }} data: - {{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }} +{{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }} diff --git a/deploy/k8s/helm/apigwwm/templates/envoy-cm.yaml b/deploy/k8s/helm/apigwwm/templates/envoy-cm.yaml index 4d6307e36..e197812c8 100644 --- a/deploy/k8s/helm/apigwwm/templates/envoy-cm.yaml +++ b/deploy/k8s/helm/apigwwm/templates/envoy-cm.yaml @@ -10,5 +10,5 @@ metadata: release: {{ .Release.Name }} heritage: {{ .Release.Service }} data: - {{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 -}} +{{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 -}} diff --git a/deploy/k8s/helm/apigwws/templates/envoy-cm.yaml b/deploy/k8s/helm/apigwws/templates/envoy-cm.yaml index 6d41bd2e2..2abbc7559 100644 --- a/deploy/k8s/helm/apigwws/templates/envoy-cm.yaml +++ b/deploy/k8s/helm/apigwws/templates/envoy-cm.yaml @@ -10,5 +10,5 @@ metadata: release: {{ .Release.Name }} heritage: {{ .Release.Service }} data: - {{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }} +{{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }}