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
|`nfsProvisioner.nfsBackendPvcTimeout`| Timeout for backend PVC binding in seconds |`"60"`|
133
133
|`nfsProvisioner.nfsHookConfigMap`| Existing Configmap name to load hook configuration |`""`|
134
134
|`nfsStorageClass.backendStorageClass`| StorageClass to be used to provision the backend volume. If not specified, the default StorageClass is used. |`""`|
135
+
| `nfsStorageClass.mountOptions` | NFS mount options to be passed on to storageclass | `[]`
135
136
|`nfsStorageClass.isDefaultClass`| Make 'openebs-kernel-nfs' the default StorageClass |`"false"`|
136
137
|`nfsStorageClass.reclaimPolicy`| ReclaimPolicy for NFS PVs |`"Delete"`|
137
138
|`nfsStorageClass.leaseTime`| Renewal period(in seconds) for NFS client state |`90`|
0 commit comments