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
chore(backendPvcTimeout): option to configure BackendPvcTimeout using env Var (#84)
* chore(backendPvcTimeout): configure backendPvcTimeout through env var OPENEBS_IO_NFS_SERVER_BACKEND_PVC_TIMEOUT
* unit test to verify backendPvcTimeout value
* updating helm chart and deployment yaml to configure backendPvcTimeout
Signed-off-by: mayank <[email protected]>
|`nfsProvisioner.tolerations`| NFS Provisioner pod toleration values |`""`|
130
130
|`nfsProvisioner.nfsServerNamespace`| NFS server namespace |`"openebs"`|
131
131
|`nfsProvisioner.nfsServerNodeAffinity`| NFS Server node affinity rules |`""`|
132
+
|`nfsProvisioner.nfsBackendPvcTimeout`| Timeout for backend PVC binding in seconds |`"60"`|
132
133
|`nfsStorageClass.backendStorageClass`| StorageClass to be used to provision the backend volume. If not specified, the default StorageClass is used. |`""`|
133
134
|`nfsStorageClass.isDefaultClass`| Make 'openebs-kernel-nfs' the default StorageClass |`"false"`|
134
135
|`nfsStorageClass.reclaimPolicy`| ReclaimPolicy for NFS PVs |`"Delete"`|
0 commit comments