Skip to content

Commit

Permalink
doc: Add hint that the userID must not include the client. prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Linhuber <[email protected]>
  • Loading branch information
Mtze committed Jan 10, 2025
1 parent fe2f3b2 commit e455099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/ceph-csi-cephfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 userKey must not include the "client." prefix!
userID: <plaintext ID>
userKey: <Ceph auth key corresponding to the userID above>

Expand Down
1 change: 1 addition & 0 deletions charts/ceph-csi-rbd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 userKey must not include the "client." prefix!
userID: <plaintext ID>
userKey: <Ceph auth key corresponding to userID above>
# Encryption passphrase
Expand Down

0 comments on commit e455099

Please sign in to comment.