2019-02-07 09:59:26 +00:00
|
|
|
---
|
2018-07-18 14:49:15 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Secret
|
|
|
|
metadata:
|
|
|
|
name: csi-cephfs-secret
|
|
|
|
namespace: default
|
2019-06-01 21:26:42 +00:00
|
|
|
stringData:
|
2024-12-09 12:24:42 +00:00
|
|
|
# Required for statically and dynamically provisioned volumes
|
2025-01-10 15:08:20 +00:00
|
|
|
# The userID must not include the "client." prefix!
|
2019-06-01 21:26:42 +00:00
|
|
|
userID: <plaintext ID>
|
|
|
|
userKey: <Ceph auth key corresponding to ID above>
|
2018-07-18 14:49:15 +00:00
|
|
|
|
2022-08-19 14:51:49 +00:00
|
|
|
# Encryption passphrase
|
|
|
|
encryptionPassphrase: test_passphrase
|