doc: Add hint that the userID must not include the client. prefix

Signed-off-by: Matthias Linhuber <matthias.linhuber@tum.de>
This commit is contained in:
Matthias Linhuber 2025-01-10 16:08:20 +01:00 committed by mergify[bot]
parent e89fe5ad1f
commit bdd7c5a666
4 changed files with 4 additions and 0 deletions

View File

@ -383,6 +383,7 @@ secret:
# Key values correspond to a user name and its key, as defined in the
# ceph cluster. User ID should have required access to the 'pool'
# specified in the storage class
# The userID must not include the "client." prefix!
userID: <plaintext ID>
userKey: <Ceph auth key corresponding to the userID above>

View File

@ -538,6 +538,7 @@ secret:
# Key values correspond to a user name and its key, as defined in the
# ceph cluster. User ID should have required access to the 'pool'
# specified in the storage class
# The userID must not include the "client." prefix!
userID: <plaintext ID>
userKey: <Ceph auth key corresponding to userID above>
# Encryption passphrase

View File

@ -6,6 +6,7 @@ metadata:
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>

View File

@ -8,6 +8,7 @@ stringData:
# Key values correspond to a user name and its key, as defined in the
# ceph cluster. User ID should have required access to the 'pool'
# specified in the storage class
# The userID must not include the "client." prefix!
userID: <plaintext ID>
userKey: <Ceph auth key corresponding to ID above>