mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
9 lines
187 B
YAML
9 lines
187 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
|