We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7100632 commit efaf1a4Copy full SHA for efaf1a4
1 file changed
manifests/deis-builder-rc.yaml
@@ -22,11 +22,11 @@ spec:
22
env:
23
- name: "EXTERNAL_PORT"
24
value: "2223"
25
- # volumeMounts:
26
- # - name: object-store
27
- # mountPath: /var/run/secrets/object/store
28
- # readOnly: true
29
- # volumes:
30
31
- # secret:
32
- # secretName: object-store
+ volumeMounts:
+ - name: minio-user
+ mountPath: /var/run/secrets/object/store
+ readOnly: true
+ volumes:
+ secret:
+ secretName: minio-user
0 commit comments