We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19d49d commit 3fab580Copy full SHA for 3fab580
1 file changed
manifests/deis-builder-rc.yaml
@@ -27,13 +27,15 @@ spec:
27
- name: minio-user
28
mountPath: /var/run/secrets/object/store
29
readOnly: true
30
- - name: minio-ssl
31
- mountPath: /var/run/secrets/object/ssl
32
- readOnly: true
+ # not currently running minio with SSL support. see https://github.com/deis/minio/pull/22 for more detail
+ # - name: minio-ssl
+ # mountPath: /var/run/secrets/object/ssl
33
+ # readOnly: true
34
volumes:
35
36
secret:
37
secretName: minio-user
38
- secret:
39
- secretName: minio-ssl
40
+ # secret:
41
+ # secretName: minio-ssl
0 commit comments