Skip to content

Commit

Permalink
fix(charts): Don't use caps in the configmap keys
Browse files Browse the repository at this point in the history
  • Loading branch information
kmala committed Nov 30, 2016
1 parent 4515f46 commit fcd7edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/builder/templates/builder-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
valueFrom:
configMapKeyRef:
name: slugbuilder-config
key: pullPolicy
key: pullpolicy
- name: "DOCKERBUILDER_IMAGE_NAME"
valueFrom:
configMapKeyRef:
Expand All @@ -79,7 +79,7 @@ spec:
valueFrom:
configMapKeyRef:
name: dockerbuilder-config
key: pullPolicy
key: pullpolicy
# This var needs to be passed so that the minio client (https://github.com/minio/mc) will work in Alpine linux
- name: "DOCKERIMAGE"
value: "1"
Expand Down

0 comments on commit fcd7edd

Please sign in to comment.