2019-02-07 09:59:26 +00:00
|
|
|
---
|
2018-07-18 14:49:15 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Secret
|
|
|
|
metadata:
|
|
|
|
name: csi-rbd-secret
|
2019-02-07 09:59:26 +00:00
|
|
|
namespace: default
|
2018-07-18 14:49:15 +00:00
|
|
|
data:
|
|
|
|
# Key value corresponds to a user name defined in ceph cluster
|
|
|
|
admin: BASE64-ENCODED-PASSWORD
|
2018-08-09 13:07:00 +00:00
|
|
|
# Key value corresponds to a user name defined in ceph cluster
|
|
|
|
kubernetes: BASE64-ENCODED-PASSWORD
|
2018-09-21 14:38:50 +00:00
|
|
|
# if monValueFromSecret is set to "monitors", uncomment the
|
|
|
|
# following and set the mon there
|
2019-02-07 09:59:26 +00:00
|
|
|
# monitors: BASE64-ENCODED-Comma-Delimited-Mons
|