ceph-csi/examples/cephfs/secret.yaml

14 lines
310 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
stringData:
# Required for statically and dynamically provisioned volumes
userID: <plaintext ID>
userKey: <Ceph auth key corresponding to ID above>
2018-07-18 14:49:15 +00:00
# Encryption passphrase
encryptionPassphrase: test_passphrase