@@ -19,26 +19,43 @@ $ helm install csi-secrets-store secrets-store-csi-driver/secrets-store-csi-driv
19
19
20
20
The following table lists the configurable parameters of the csi-secrets-store-provider-azure chart and their default values.
21
21
22
- | Parameter | Description | Default |
23
- | --------- | ----------- | ------- |
24
- | ` nameOverride ` | String to partially override secrets-store-csi-driver.fullname template with a string (will prepend the release name) | ` "" ` |
25
- | ` fullnameOverride ` | String to fully override secrets-store-csi-driver.fullname template with a string | ` "" ` |
26
- | ` linux.image.repository ` | Linux image repository | ` us.gcr.io/k8s-artifacts-prod/csi-secrets-store/driver ` |
27
- | ` linux.image.pullPolicy ` | Linux image pull policy | ` Always ` |
28
- | ` linux.image.tag ` | Linux image tag | ` v0.0.12 ` |
29
- | ` linux.enabled ` | Install secrets store csi driver on linux nodes | true |
30
- | ` linux.kubeletRootDir ` | Configure the kubelet root dir | ` /var/lib/kubelet ` |
31
- | ` linux.nodeSelector ` | Node Selector for the daemonset on linux nodes | ` {} ` |
32
- | ` linux.metricsAddr ` | The address the metric endpoint binds to | ` :8080 ` |
33
- | ` windows.image.repository ` | Windows image repository | ` us.gcr.io/k8s-artifacts-prod/csi-secrets-store/driver ` |
34
- | ` windows.image.pullPolicy ` | Windows image pull policy | ` IfNotPresent ` |
35
- | ` windows.image.tag ` | Windows image tag | ` v0.0.12 ` |
36
- | ` windows.enabled ` | Install secrets store csi driver on windows nodes | false |
37
- | ` windows.kubeletRootDir ` | Configure the kubelet root dir | ` C:\var\lib\kubelet ` |
38
- | ` windows.nodeSelector ` | Node Selector for the daemonset on windows nodes | ` {} ` |
39
- | ` windows.metricsAddr ` | The address the metric endpoint binds to | ` :8080 ` |
40
- | ` logLevel.debug ` | Enable debug logging | true |
41
- | ` livenessProbe.port ` | Liveness probe port | ` 9808 ` |
42
- | ` livenessProbe.logLevel ` | Liveness probe container logging verbosity level | ` 2 ` |
43
- | ` rbac.install ` | Install default rbac roles and bindings | true |
44
- | ` minimumProviderVersions ` | A comma delimited list of key-value pairs of minimum provider versions with driver | ` "" ` |
22
+ | Parameter | Description | Default |
23
+ | --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
24
+ | ` nameOverride ` | String to partially override secrets-store-csi-driver.fullname template with a string (will prepend the release name) | ` "" ` |
25
+ | ` fullnameOverride ` | String to fully override secrets-store-csi-driver.fullname template with a string | ` "" ` |
26
+ | ` linux.image.repository ` | Linux image repository | ` us.gcr.io/k8s-artifacts-prod/csi-secrets-store/driver ` |
27
+ | ` linux.image.pullPolicy ` | Linux image pull policy | ` Always ` |
28
+ | ` linux.image.tag ` | Linux image tag | ` v0.0.13 ` |
29
+ | ` linux.enabled ` | Install secrets store csi driver on linux nodes | true |
30
+ | ` linux.kubeletRootDir ` | Configure the kubelet root dir | ` /var/lib/kubelet ` |
31
+ | ` linux.nodeSelector ` | Node Selector for the daemonset on linux nodes | ` {} ` |
32
+ | ` linux.tolerations ` | Tolerations for the daemonset on linux nodes | ` [] ` |
33
+ | ` linux.metricsAddr ` | The address the metric endpoint binds to | ` :8080 ` |
34
+ | ` linux.registrarImage.repository ` | Linux node-driver-registrar image repository | ` quay.io/k8scsi/csi-node-driver-registrar ` |
35
+ | ` linux.registrarImage.pullPolicy ` | Linux node-driver-registrar image pull policy | ` Always ` |
36
+ | ` linux.registrarImage.tag ` | Linux node-driver-registrar image tag | ` v1.2.0 ` |
37
+ | ` linux.livenessProbeImage.repository ` | Linux liveness-probe image repository | ` quay.io/k8scsi/livenessprobe ` |
38
+ | ` linux.livenessProbeImage.pullPolicy ` | Linux liveness-probe image pull policy | ` Always ` |
39
+ | ` linux.livenessProbeImage.tag ` | Linux liveness-probe image tag | ` v2.0.0 ` |
40
+ | ` linux.env ` | Environment variables to be passed for the daemonset on linux nodes | ` [] ` |
41
+ | ` windows.image.repository ` | Windows image repository | ` us.gcr.io/k8s-artifacts-prod/csi-secrets-store/driver ` |
42
+ | ` windows.image.pullPolicy ` | Windows image pull policy | ` IfNotPresent ` |
43
+ | ` windows.image.tag ` | Windows image tag | ` v0.0.13 ` |
44
+ | ` windows.enabled ` | Install secrets store csi driver on windows nodes | false |
45
+ | ` windows.kubeletRootDir ` | Configure the kubelet root dir | ` C:\var\lib\kubelet ` |
46
+ | ` windows.nodeSelector ` | Node Selector for the daemonset on windows nodes | ` {} ` |
47
+ | ` windows.tolerations ` | Tolerations for the daemonset on windows nodes | ` [] ` |
48
+ | ` windows.metricsAddr ` | The address the metric endpoint binds to | ` :8080 ` |
49
+ | ` windows.registrarImage.repository ` | Windows node-driver-registrar image repository | ` mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar ` |
50
+ | ` windows.registrarImage.pullPolicy ` | Windows node-driver-registrar image pull policy | ` Always ` |
51
+ | ` windows.registrarImage.tag ` | Windows node-driver-registrar image tag | ` v1.2.1-alpha.1-windows-1809-amd64 ` |
52
+ | ` windows.livenessProbeImage.repository ` | Windows liveness-probe image repository | ` mcr.microsoft.com/oss/kubernetes-csi/livenessprobe ` |
53
+ | ` windows.livenessProbeImage.pullPolicy ` | Windows liveness-probe image pull policy | ` Always ` |
54
+ | ` windows.livenessProbeImage.tag ` | Windows liveness-probe image tag | ` v2.0.1-alpha.1-windows-1809-amd64 ` |
55
+ | ` windows.env ` | Environment variables to be passed for the daemonset on windows nodes | ` [] ` |
56
+ | ` logLevel.debug ` | Enable debug logging | true |
57
+ | ` livenessProbe.port ` | Liveness probe port | ` 9808 ` |
58
+ | ` livenessProbe.logLevel ` | Liveness probe container logging verbosity level | ` 2 ` |
59
+ | ` rbac.install ` | Install default rbac roles and bindings | true |
60
+ | ` 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
+ | ` minimumProviderVersions ` | A comma delimited list of key-value pairs of minimum provider versions with driver | ` "" ` |
0 commit comments