ceph-csi/examples/cephfs/secret.yaml

14 lines
315 B
YAML
Raw Normal View History

2018-07-18 14:49:15 +00:00
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