Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 87ef21d

Browse files
committed
fix(charts): Don't use caps in the configmap keys
1 parent ee4a65c commit 87ef21d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/dockerbuilder/templates/dockerbuilder-configmap.yaml

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

0 commit comments

Comments
 (0)