Skip to content

Commit de12eab

Browse files
committed
feat(manifests): sync with deis-dev charts. Assumes secrets already exist from a helm install
1 parent 9f99caa commit de12eab

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

manifests/deis-builder-rc.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ spec:
3131
- name: minio-user
3232
mountPath: /var/run/secrets/object/store
3333
readOnly: true
34+
- name: builder-key-auth
35+
mountPath: /var/run/secrets/api/auth
36+
readOnly: true
3437
# not currently running minio with SSL support. see https://github.com/deis/minio/pull/22 for more detail
3538
# - name: minio-ssl
3639
# mountPath: /var/run/secrets/object/ssl
@@ -39,6 +42,9 @@ spec:
3942
- name: minio-user
4043
secret:
4144
secretName: minio-user
45+
- name: builder-key-auth
46+
secret:
47+
secretName: builder-key-auth
4248
# not currently running minio with SSL support. see https://github.com/deis/minio/pull/22 for more detail
4349
# - name: minio-ssl
4450
# secret:

0 commit comments

Comments
 (0)