We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e1f550 + 61dff89 commit ab0013eCopy full SHA for ab0013e
charts/mammatus/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: mammatus
3
description: MammatusPHP Chart
4
type: application
5
-version: 0.0.5
6
-appVersion: 0.0.5
+version: 0.0.6
+appVersion: 0.0.6
7
maintainers:
8
- name: WyriHaximus
9
email: [email protected]
charts/mammatus/templates/configuration/env.yaml
@@ -4,7 +4,7 @@ kind: ConfigMap
metadata:
name: env
data:
- {{ range $configName, $configValue := $.Values.env -}}
+ {{- range $configName, $configValue := $.Values.env }}
{{ $configName }}: {{ $configValue | quote }}
{{- end -}}
10
{{ end }}
0 commit comments