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
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ 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 |`us.gcr.io/k8s-artifacts-prod/csi-secrets-store/driver`|
27
27
|`linux.image.pullPolicy`| Linux image pull policy |`Always`|
28
-
|`linux.image.tag`| Linux image tag |`v0.0.13`|
28
+
|`linux.image.tag`| Linux image tag |`v0.0.14`|
29
+
|`linux.driver.resources`| The resource request/limits for the linux secrets-store container image |`limits: 200m CPU, 200Mi; requests: 50m CPU, 100Mi`|
29
30
|`linux.enabled`| Install secrets store csi driver on linux nodes | true |
30
31
|`linux.kubeletRootDir`| Configure the kubelet root dir |`/var/lib/kubelet`|
31
32
|`linux.nodeSelector`| Node Selector for the daemonset on linux nodes |`{}`|
@@ -34,13 +35,16 @@ The following table lists the configurable parameters of the csi-secrets-store-p
34
35
|`linux.registrarImage.repository`| Linux node-driver-registrar image repository |`quay.io/k8scsi/csi-node-driver-registrar`|
35
36
|`linux.registrarImage.pullPolicy`| Linux node-driver-registrar image pull policy |`Always`|
36
37
|`linux.registrarImage.tag`| Linux node-driver-registrar image tag |`v1.2.0`|
38
+
|`linux.registrar.resources`| The resource request/limits for the linux node-driver-registrar container image |`limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi`|
37
39
|`linux.livenessProbeImage.repository`| Linux liveness-probe image repository |`quay.io/k8scsi/livenessprobe`|
38
40
|`linux.livenessProbeImage.pullPolicy`| Linux liveness-probe image pull policy |`Always`|
39
41
|`linux.livenessProbeImage.tag`| Linux liveness-probe image tag |`v2.0.0`|
42
+
|`linux.livenessProbe.resources`| The resource request/limits for the linux liveness-probe container image |`limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi`|
40
43
|`linux.env`| Environment variables to be passed for the daemonset on linux nodes |`[]`|
41
44
|`windows.image.repository`| Windows image repository |`us.gcr.io/k8s-artifacts-prod/csi-secrets-store/driver`|
42
45
|`windows.image.pullPolicy`| Windows image pull policy |`IfNotPresent`|
43
-
|`windows.image.tag`| Windows image tag |`v0.0.13`|
46
+
|`windows.image.tag`| Windows image tag |`v0.0.14`|
47
+
|`windows.driver.resources`| The resource request/limits for the windows secrets-store container image |`limits: 400m CPU, 400Mi; requests: 50m CPU, 100Mi`|
44
48
|`windows.enabled`| Install secrets store csi driver on windows nodes | false |
45
49
|`windows.kubeletRootDir`| Configure the kubelet root dir |`C:\var\lib\kubelet`|
46
50
|`windows.nodeSelector`| Node Selector for the daemonset on windows nodes |`{}`|
@@ -49,13 +53,16 @@ The following table lists the configurable parameters of the csi-secrets-store-p
49
53
|`windows.registrarImage.repository`| Windows node-driver-registrar image repository |`mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar`|
50
54
|`windows.registrarImage.pullPolicy`| Windows node-driver-registrar image pull policy |`Always`|
51
55
|`windows.registrarImage.tag`| Windows node-driver-registrar image tag |`v1.2.1-alpha.1-windows-1809-amd64`|
56
+
|`windows.registrar.resources`| The resource request/limits for the windows node-driver-registrar container image |`limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi`|
52
57
|`windows.livenessProbeImage.repository`| Windows liveness-probe image repository |`mcr.microsoft.com/oss/kubernetes-csi/livenessprobe`|
53
58
|`windows.livenessProbeImage.pullPolicy`| Windows liveness-probe image pull policy |`Always`|
54
59
|`windows.livenessProbeImage.tag`| Windows liveness-probe image tag |`v2.0.1-alpha.1-windows-1809-amd64`|
60
+
|`windows.livenessProbe.resources`| The resource request/limits for the windows liveness-probe container image |`limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi`|
55
61
|`windows.env`| Environment variables to be passed for the daemonset on windows nodes |`[]`|
56
62
|`logLevel.debug`| Enable debug logging | true |
57
63
|`livenessProbe.port`| Liveness probe port |`9808`|
|`rbac.install`| Install default rbac roles and bindings | true |
60
66
|`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 |
61
67
|`minimumProviderVersions`| A comma delimited list of key-value pairs of minimum provider versions with driver |`""`|
68
+
|`grpcSupportedProviders`| A `;` delimited list of providers that support grpc for driver-provider [alpha]|`""`|
0 commit comments