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.
1 parent 1921e14 commit fcba50cCopy full SHA for fcba50c
charts/dockerbuilder/templates/dockerbuilder-configmap.yaml
@@ -5,5 +5,5 @@ metadata:
5
labels:
6
heritage: deis
7
data:
8
- image: "quay.io/{{.Values.org}}/dockerbuilder:{{.Values.docker_tag}}"
+ image: "{{.Values.org}}/dockerbuilder:{{.Values.docker_tag}}"
9
pullpolicy: {{ .Values.pull_policy }}
0 commit comments