mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
cee9c4f8b2
Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
15 lines
441 B
YAML
15 lines
441 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: csi-rbd-secret
|
|
namespace: default
|
|
data:
|
|
# Key value corresponds to a user name defined in ceph cluster
|
|
admin: BASE64-ENCODED-PASSWORD
|
|
# 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
|