mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 10:53:34 +00:00
doc: update documentation for userID and userKey
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
This commit is contained in:
@ -5,13 +5,9 @@ metadata:
|
||||
name: csi-cephfs-secret
|
||||
namespace: default
|
||||
stringData:
|
||||
# Required for statically provisioned volumes
|
||||
# Required for statically and dynamically provisioned volumes
|
||||
userID: <plaintext ID>
|
||||
userKey: <Ceph auth key corresponding to ID above>
|
||||
|
||||
# Required for dynamically provisioned volumes
|
||||
adminID: <plaintext ID>
|
||||
adminKey: <Ceph auth key corresponding to ID above>
|
||||
|
||||
# Encryption passphrase
|
||||
encryptionPassphrase: test_passphrase
|
||||
|
Reference in New Issue
Block a user