File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -90,12 +90,6 @@ to use the output of `ceph fsid` of the Ceph cluster to be used for
9090provisioning.
9191
9292** Required secrets for provisioning:**
93- Admin credentials are required for provisioning new volumes
94-
95- * ` adminID ` : ID of an admin client
96- * ` adminKey ` : key of the admin client
97-
98- ** Required secrets for statically provisioned volumes:**
9993User credentials with access to an existing volume
10094
10195* ` userID ` : ID of a user client
Original file line number Diff line number Diff line change @@ -5,13 +5,9 @@ metadata:
55 name : csi-cephfs-secret
66 namespace : default
77stringData :
8- # Required for statically provisioned volumes
8+ # Required for statically and dynamically provisioned volumes
99 userID : <plaintext ID>
1010 userKey : <Ceph auth key corresponding to ID above>
1111
12- # Required for dynamically provisioned volumes
13- adminID : <plaintext ID>
14- adminKey : <Ceph auth key corresponding to ID above>
15-
1612 # Encryption passphrase
1713 encryptionPassphrase : test_passphrase
You can’t perform that action at this time.
0 commit comments