Skip to content

Commit fcd7edd

Browse files
committed
fix(charts): Don't use caps in the configmap keys
1 parent 4515f46 commit fcd7edd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/builder/templates/builder-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
valueFrom:
7070
configMapKeyRef:
7171
name: slugbuilder-config
72-
key: pullPolicy
72+
key: pullpolicy
7373
- name: "DOCKERBUILDER_IMAGE_NAME"
7474
valueFrom:
7575
configMapKeyRef:
@@ -79,7 +79,7 @@ spec:
7979
valueFrom:
8080
configMapKeyRef:
8181
name: dockerbuilder-config
82-
key: pullPolicy
82+
key: pullpolicy
8383
# This var needs to be passed so that the minio client (https://github.com/minio/mc) will work in Alpine linux
8484
- name: "DOCKERIMAGE"
8585
value: "1"

0 commit comments

Comments
 (0)