mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
9 lines
204 B
YAML
9 lines
204 B
YAML
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: ceph-secret-user
|
||
|
type: "kubernetes.io/rbd"
|
||
|
data:
|
||
|
#Please note this value is base64 encoded.
|
||
|
key: QVFBTWdYaFZ3QkNlRGhBQTlubFBhRnlmVVNhdEdENGRyRldEdlE9PQ==
|