1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-01-12 06:49:45 +00:00
ceph-csi/examples/cephfs/secret.yaml
2018-08-07 15:11:22 +02:00

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