Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 3f051b3

Browse files
authored
fix(#1261): remove helm chart indent for config map glob (#1533)
1 parent a88f6c5 commit 3f051b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deploy/k8s/helm/apigwmm/templates/envoy-cm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ metadata:
1010
release: {{ .Release.Name }}
1111
heritage: {{ .Release.Service }}
1212
data:
13-
{{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
13+
{{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
1414

deploy/k8s/helm/apigwms/templates/envoy-cm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ metadata:
1010
release: {{ .Release.Name }}
1111
heritage: {{ .Release.Service }}
1212
data:
13-
{{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
13+
{{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
1414

deploy/k8s/helm/apigwwm/templates/envoy-cm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ metadata:
1010
release: {{ .Release.Name }}
1111
heritage: {{ .Release.Service }}
1212
data:
13-
{{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 -}}
13+
{{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 -}}
1414

deploy/k8s/helm/apigwws/templates/envoy-cm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ metadata:
1010
release: {{ .Release.Name }}
1111
heritage: {{ .Release.Service }}
1212
data:
13-
{{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
13+
{{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
1414

0 commit comments

Comments
 (0)