Skip to content

Commit 3fab580

Browse files
committed
fix(deis-builder-rc.yaml): remove ssl mount
1 parent b19d49d commit 3fab580

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

manifests/deis-builder-rc.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ spec:
2727
- name: minio-user
2828
mountPath: /var/run/secrets/object/store
2929
readOnly: true
30-
- name: minio-ssl
31-
mountPath: /var/run/secrets/object/ssl
32-
readOnly: true
30+
# not currently running minio with SSL support. see https://github.com/deis/minio/pull/22 for more detail
31+
# - name: minio-ssl
32+
# mountPath: /var/run/secrets/object/ssl
33+
# readOnly: true
3334
volumes:
3435
- name: minio-user
3536
secret:
3637
secretName: minio-user
37-
- name: minio-ssl
38-
secret:
39-
secretName: minio-ssl
38+
# not currently running minio with SSL support. see https://github.com/deis/minio/pull/22 for more detail
39+
# - name: minio-ssl
40+
# secret:
41+
# secretName: minio-ssl

0 commit comments

Comments
 (0)