File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ spec:
3030 valueFrom :
3131 fieldRef :
3232 fieldPath : metadata.namespace
33- volumeMounts :
33+ volumeMounts :
34+ - name : minio-user
35+ mountPath : /var/run/secrets/object/store
36+ readOnly : true
37+ # not currently running minio with SSL support. see https://github.com/deis/minio/pull/22 for more detail
38+ # - name: minio-ssl
39+ # mountPath: /var/run/secrets/object/ssl
40+ # readOnly: true
41+ volumes :
3442 - name : minio-user
35- mountPath : /var/run/secrets/object/store
36- readOnly : true
43+ secret :
44+ secretName : minio-user
3745 # not currently running minio with SSL support. see https://github.com/deis/minio/pull/22 for more detail
3846 # - name: minio-ssl
39- # mountPath: /var/run/secrets/object/ssl
40- # readOnly: true
41- volumes :
42- - name : minio-user
43- secret :
44- secretName : minio-user
45- # not currently running minio with SSL support. see https://github.com/deis/minio/pull/22 for more detail
46- # - name: minio-ssl
47- # secret:
48- # secretName: minio-ssl
47+ # secret:
48+ # secretName: minio-ssl
You can’t perform that action at this time.
0 commit comments