ceph-csi/examples/cephfs/secret.yaml
Matthias Linhuber bdd7c5a666 doc: Add hint that the userID must not include the client. prefix
Signed-off-by: Matthias Linhuber <matthias.linhuber@tum.de>
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