Skip to content

Commit 10567e9

Browse files
committed
fix(deis-builder-rc.yaml): fix indentation on deis-builder RC
1 parent 696322a commit 10567e9

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

manifests/deis-builder-rc.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)