Skip to content

Commit efaf1a4

Browse files
committed
fix(deis-builder-rc.yaml): add and mount minio auth secret to builder
1 parent 7100632 commit efaf1a4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

manifests/deis-builder-rc.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ spec:
2222
env:
2323
- name: "EXTERNAL_PORT"
2424
value: "2223"
25-
# volumeMounts:
26-
# - name: object-store
27-
# mountPath: /var/run/secrets/object/store
28-
# readOnly: true
29-
# volumes:
30-
# - name: object-store
31-
# secret:
32-
# secretName: object-store
25+
volumeMounts:
26+
- name: minio-user
27+
mountPath: /var/run/secrets/object/store
28+
readOnly: true
29+
volumes:
30+
- name: minio-user
31+
secret:
32+
secretName: minio-user

0 commit comments

Comments
 (0)