mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
cee9c4f8b2
Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
15 lines
319 B
YAML
15 lines
319 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: csi-cephfs-secret
|
|
namespace: default
|
|
data:
|
|
# Required if provisionVolume is set to false
|
|
userID: BASE64-ENCODED-VALUE
|
|
userKey: BASE64-ENCODED-VALUE
|
|
|
|
# Required if provisionVolume is set to true
|
|
adminID: BASE64-ENCODED-VALUE
|
|
adminKey: BASE64-ENCODED-VALUE
|