ceph-csi/examples/rbd/secret.yaml

15 lines
441 B
YAML
Raw Normal View History

---
2018-07-18 14:49:15 +00:00
apiVersion: v1
kind: Secret
metadata:
name: csi-rbd-secret
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
# if monValueFromSecret is set to "monitors", uncomment the
# following and set the mon there
# monitors: BASE64-ENCODED-Comma-Delimited-Mons