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: charts/secrets-store-csi-driver/README.md
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
25
25
|`fullnameOverride`| String to fully override secrets-store-csi-driver.fullname template with a string |`""`|
26
26
|`linux.image.repository`| Linux image repository |`k8s.gcr.io/csi-secrets-store/driver`|
27
27
|`linux.image.pullPolicy`| Linux image pull policy |`Always`|
28
-
|`linux.image.tag`| Linux image tag |`v0.0.19`|
28
+
|`linux.image.tag`| Linux image tag |`v0.0.20`|
29
29
|`linux.driver.resources`| The resource request/limits for the linux secrets-store container image |`limits: 200m CPU, 200Mi; requests: 50m CPU, 100Mi`|
30
30
|`linux.enabled`| Install secrets store csi driver on linux nodes | true |
31
31
|`linux.kubeletRootDir`| Configure the kubelet root dir |`/var/lib/kubelet`|
@@ -37,17 +37,20 @@ The following table lists the configurable parameters of the csi-secrets-store-p
37
37
|`linux.registrarImage.pullPolicy`| Linux node-driver-registrar image pull policy |`Always`|
38
38
|`linux.registrarImage.tag`| Linux node-driver-registrar image tag |`v2.1.0`|
39
39
|`linux.registrar.resources`| The resource request/limits for the linux node-driver-registrar container image |`limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi`|
40
+
|`linux.registrar.logVerbosity`| Log level for node-driver-registrar. Uses V logs (klog) |`5`|
40
41
|`linux.livenessProbeImage.repository`| Linux liveness-probe image repository |`k8s.gcr.io/sig-storage/livenessprobe`|
41
42
|`linux.livenessProbeImage.pullPolicy`| Linux liveness-probe image pull policy |`Always`|
42
43
|`linux.livenessProbeImage.tag`| Linux liveness-probe image tag |`v2.2.0`|
43
44
|`linux.livenessProbe.resources`| The resource request/limits for the linux liveness-probe container image |`limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi`|
44
45
|`linux.env`| Environment variables to be passed for the daemonset on linux nodes |`[]`|
45
46
|`linux.priorityClassName`| Indicates the importance of a Pod relative to other Pods. |`""`|
46
-
|`linux.annotations`| Linux *Daemonset* annotations |`{}`|
47
+
|`linux.daemonsetAnnotations`| Linux *DaemonSet* annotations |`{}`|
48
+
|`linux.podAnnotations`| Linux *Pod* annotations |`{}`|
49
+
|`linux.podLabels`| Linux *Pod* labels |`{}`|
47
50
|`linux.updateStrategy`| Configure a custom update strategy for the daemonset on linux nodes |`RollingUpdate with 1 maxUnavailable`|
48
51
|`windows.image.repository`| Windows image repository |`k8s.gcr.io/csi-secrets-store/driver`|
49
52
|`windows.image.pullPolicy`| Windows image pull policy |`IfNotPresent`|
50
-
|`windows.image.tag`| Windows image tag |`v0.0.19`|
53
+
|`windows.image.tag`| Windows image tag |`v0.0.20`|
51
54
|`windows.driver.resources`| The resource request/limits for the windows secrets-store container image |`limits: 400m CPU, 400Mi; requests: 50m CPU, 100Mi`|
52
55
|`windows.enabled`| Install secrets store csi driver on windows nodes | false |
53
56
|`windows.kubeletRootDir`| Configure the kubelet root dir |`C:\var\lib\kubelet`|
@@ -59,21 +62,24 @@ The following table lists the configurable parameters of the csi-secrets-store-p
59
62
|`windows.registrarImage.pullPolicy`| Windows node-driver-registrar image pull policy |`Always`|
60
63
|`windows.registrarImage.tag`| Windows node-driver-registrar image tag |`v2.1.0`|
61
64
|`windows.registrar.resources`| The resource request/limits for the windows node-driver-registrar container image |`limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi`|
65
+
|`windows.registrar.logVerbosity`| Log level for node-driver-registrar. Uses V logs (klog) |`5`|
62
66
|`windows.livenessProbeImage.repository`| Windows liveness-probe image repository |`k8s.gcr.io/sig-storage/livenessprobe`|
63
67
|`windows.livenessProbeImage.pullPolicy`| Windows liveness-probe image pull policy |`Always`|
64
68
|`windows.livenessProbeImage.tag`| Windows liveness-probe image tag |`v2.2.0`|
65
69
|`windows.livenessProbe.resources`| The resource request/limits for the windows liveness-probe container image |`limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi`|
66
70
|`windows.env`| Environment variables to be passed for the daemonset on windows nodes |`[]`|
67
71
|`windows.priorityClassName`| Indicates the importance of a Pod relative to other Pods. |`""`|
68
-
|`windows.annotations`| Windows *Daemonset* annotations |`{}`|
72
+
|`windows.daemonsetAnnotations`| Windows *DaemonSet* annotations |`{}`|
73
+
|`windows.podAnnotations`| Windows *Pod* annotations |`{}`|
74
+
|`windows.podLabels`| Windows *Pod* labels |`{}`|
69
75
|`windows.updateStrategy`| Configure a custom update strategy for the daemonset on windows nodes |`RollingUpdate with 1 maxUnavailable`|
70
76
|`logVerbosity`| Log level. Uses V logs (klog) |`0`|
71
77
|`logFormatJSON`| Use JSON logging format |`false`|
72
78
|`livenessProbe.port`| Liveness probe port |`9808`|
|`rbac.install`| Install default rbac roles and bindings | true |
75
81
|`syncSecret.enabled`| Enable rbac roles and bindings required for syncing to Kubernetes native secrets (the default will change to false after v0.0.14) | true |
76
-
|`minimumProviderVersions`| A comma delimited list of key-value pairs of minimum provider versions with driver|`""`|
77
-
|`grpcSupportedProviders`| A `;` delimited list of providers that support grpc for driver-provider [alpha]|`"gcp;azure;"`|
82
+
|`minimumProviderVersions`|[**DEPRECATED**]A comma delimited list of key-value pairs of minimum provider versions with driver |`""`|
83
+
|`grpcSupportedProviders`| A `;` delimited list of providers that support grpc for driver-provider |`"gcp;azure;vault;"`|
0 commit comments