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: manifest_staging/charts/secrets-store-csi-driver/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
47
47
|`linux.providersDir`| Configure the providers root dir |`/var/run/secrets-store-csi-providers`|
48
48
|`linux.additionalProvidersDirs`| List of additional paths to communicate with providers. Refer to [issue](https://github.com/kubernetes-sigs/secrets-store-csi-driver/issues/823) for more details. |`[/etc/kubernetes/secrets-store-csi-providers]`|
49
49
|`linux.nodeSelector`| Node Selector for the daemonset on linux nodes |`{}`|
50
-
|`linux.tolerations`| Tolerations for the daemonset on linux nodes |`[]`|
50
+
|`linux.tolerations`| Tolerations for the daemonset on linux nodes |`[{"operator": "Exists"}]`|
51
51
|`linux.metricsAddr`| The address the metric endpoint binds to |`:8095`|
52
52
|`linux.registrarImage.repository`| Linux node-driver-registrar image repository |`registry.k8s.io/sig-storage/csi-node-driver-registrar`|
53
53
|`linux.registrarImage.pullPolicy`| Linux node-driver-registrar image pull policy |`IfNotPresent`|
@@ -77,7 +77,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
77
77
|`windows.providersDir`| Configure the providers root dir |`C:\k\secrets-store-csi-providers`|
78
78
|`windows.additionalProvidersDirs`| List of additional paths to communicate with providers. Refer to [issue](https://github.com/kubernetes-sigs/secrets-store-csi-driver/issues/823) for more details. |`[]`|
79
79
|`windows.nodeSelector`| Node Selector for the daemonset on windows nodes |`{}`|
80
-
|`windows.tolerations`| Tolerations for the daemonset on windows nodes |`[]`|
80
+
|`windows.tolerations`| Tolerations for the daemonset on windows nodes |`[{"operator": "Exists"}]`|
81
81
|`windows.metricsAddr`| The address the metric endpoint binds to |`:8095`|
82
82
|`windows.registrarImage.repository`| Windows node-driver-registrar image repository |`registry.k8s.io/sig-storage/csi-node-driver-registrar`|
83
83
|`windows.registrarImage.pullPolicy`| Windows node-driver-registrar image pull policy |`IfNotPresent`|
0 commit comments