mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
helm: Update helm charts to use userID and Keys
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
477d2ad517
commit
890af07c5a
@ -383,11 +383,8 @@ 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
|
||||
adminID: <plaintext ID>
|
||||
adminKey: <Ceph auth key corresponding to ID above>
|
||||
# User credentials are required for the static provisioned PVC.
|
||||
userID: ""
|
||||
userKey: ""
|
||||
userID: <plaintext ID>
|
||||
userKey: <Ceph auth key corresponding to the userID above>
|
||||
|
||||
# This is a sample configmap that helps define a Ceph configuration as required
|
||||
# by the CSI plugins.
|
||||
|
Reference in New Issue
Block a user