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