You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cephfs/ceph-csi-cephfs/README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -232,10 +232,8 @@ charts and their default values.
232
232
|`storageClass.mountOptions`| Specifies the mount options |`[]`|
233
233
|`secret.create`| Specifies whether the secret should be created |`false`|
234
234
|`secret.name`| Specifies the cephFS secret name |`csi-cephfs-secret`|
235
-
|`secret.adminID`| Specifies the admin ID of the cephFS secret |`<plaintext ID>`|
236
-
|`secret.adminKey`| Specifies the key that corresponds to the adminID |`""`|
237
-
|`secret.userID`| Specifies the user ID of the cephFS secret. Optional, used for static provisioned PVC. |`""`|
238
-
|`secret.userKey`| Specifies the key that corresponds to the userID. Optional, used for static provisioned PVC. |`<Ceph auth key corresponding to ID above>`|
235
+
|`secret.userID`| Specifies the user ID of the cephFS secret. |`""`|
236
+
|`secret.userKey`| Specifies the key that corresponds to the userID. |`<Ceph auth key corresponding to ID above>`|
239
237
|`selinuxMount`| Mount the host /etc/selinux inside pods to support selinux-enabled filesystems |`true`|
240
238
|`CSIDriver.fsGroupPolicy`| Specifies the fsGroupPolicy for the CSI driver object |`File`|
241
239
|`CSIDriver.seLinuxMount`| Specify for efficient SELinux volume relabeling |`true`|
0 commit comments