Skip to content

Commit ab0013e

Browse files
authored
Merge pull request #8 from MammatusPHP/fix-env-configmap
Fix env configmap
2 parents 2e1f550 + 61dff89 commit ab0013e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/mammatus/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: mammatus
33
description: MammatusPHP Chart
44
type: application
5-
version: 0.0.5
6-
appVersion: 0.0.5
5+
version: 0.0.6
6+
appVersion: 0.0.6
77
maintainers:
88
- name: WyriHaximus
99

charts/mammatus/templates/configuration/env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: ConfigMap
44
metadata:
55
name: env
66
data:
7-
{{ range $configName, $configValue := $.Values.env -}}
7+
{{- range $configName, $configValue := $.Values.env }}
88
{{ $configName }}: {{ $configValue | quote }}
99
{{- end -}}
1010
{{ end }}

0 commit comments

Comments
 (0)