Browse Source

fix(#1261): remove helm chart indent for config map glob (#1533)

pull/1546/head
Mads Rosenberg 4 years ago
committed by GitHub
parent
commit
3f051b3407
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      deploy/k8s/helm/apigwmm/templates/envoy-cm.yaml
  2. +1
    -1
      deploy/k8s/helm/apigwms/templates/envoy-cm.yaml
  3. +1
    -1
      deploy/k8s/helm/apigwwm/templates/envoy-cm.yaml
  4. +1
    -1
      deploy/k8s/helm/apigwws/templates/envoy-cm.yaml

+ 1
- 1
deploy/k8s/helm/apigwmm/templates/envoy-cm.yaml View File

@ -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 }}

+ 1
- 1
deploy/k8s/helm/apigwms/templates/envoy-cm.yaml View File

@ -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 }}

+ 1
- 1
deploy/k8s/helm/apigwwm/templates/envoy-cm.yaml View File

@ -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 -}}

+ 1
- 1
deploy/k8s/helm/apigwws/templates/envoy-cm.yaml View File

@ -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 }}

Loading…
Cancel
Save