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