Skip to content

Commit 384bf31

Browse files
committed
fix(charts): Don't use caps in the configmap keys
1 parent 6314489 commit 384bf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/slugbuilder/templates/slugbuilder-configmap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
heritage: deis
77
data:
88
image: "quay.io/{{.Values.org}}/slugbuilder:{{.Values.docker_tag}}"
9-
pullPolicy: {{ .Values.pull_policy }}
9+
pullpolicy: {{ .Values.pull_policy }}

0 commit comments

Comments
 (0)