Files
ceph-csi/examples/cephfs/secret.yaml
2025-01-15 08:46:51 +00:00

15 lines
364 B
YAML

---
apiVersion: v1
kind: Secret
metadata:
name: csi-cephfs-secret
namespace: default
stringData:
# Required for statically and dynamically provisioned volumes
# The userID must not include the "client." prefix!
userID: <plaintext ID>
userKey: <Ceph auth key corresponding to ID above>
# Encryption passphrase
encryptionPassphrase: test_passphrase