mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
d5b7543565
Signed-off-by: Huamin Chen <hchen@redhat.com>
14 lines
437 B
YAML
14 lines
437 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
|