mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 02:39:30 +00:00
bdd7c5a666
Signed-off-by: Matthias Linhuber <matthias.linhuber@tum.de>
15 lines
364 B
YAML
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
|