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
|`imagePullSecrets`| Specify docker-registry secret names as an array |[] (does not add image pull secrets to deployed pods) |
63
63
|`serviceAccount.create`| whether create service account of csi-nfs-controller |`true`|
64
64
|`rbac.create`| whether create rbac of csi-nfs-controller |`true`|
65
65
|`controller.replicas`| replica number of csi-nfs-controller |`1`|
66
66
|`controller.runOnMaster`| run controller on master node(deprecated on k8s 1.25+) |`false`|
67
67
|`controller.runOnControlPlane`| run controller on control plane node |`false`|
68
-
|`controller.dnsPolicy`| dnsPolicy of controller driver, available values: `Default`, `ClusterFirstWithHostNet`, `ClusterFirst`|`Default`|
68
+
|`controller.dnsPolicy`| dnsPolicy of controller driver, available values: `Default`, `ClusterFirstWithHostNet`, `ClusterFirst`|`ClusterFirstWithHostNet`|
69
69
|`controller.defaultOnDeletePolicy`| default policy for deleting subdirectory when deleting a volume, available values: `delete`, `retain`|`delete`|
0 commit comments