@@ -31,6 +31,12 @@ The following table lists the configurable parameters of the csi-secrets-store-p
31
31
| ` linux.nodeSelector ` | Node Selector for the daemonset on linux nodes | ` {} ` |
32
32
| ` linux.tolerations ` | Tolerations for the daemonset on linux nodes | ` [] ` |
33
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 ` |
34
40
| ` windows.image.repository ` | Windows image repository | ` us.gcr.io/k8s-artifacts-prod/csi-secrets-store/driver ` |
35
41
| ` windows.image.pullPolicy ` | Windows image pull policy | ` IfNotPresent ` |
36
42
| ` windows.image.tag ` | Windows image tag | ` v0.0.12 ` |
@@ -39,6 +45,12 @@ The following table lists the configurable parameters of the csi-secrets-store-p
39
45
| ` windows.nodeSelector ` | Node Selector for the daemonset on windows nodes | ` {} ` |
40
46
| ` windows.tolerations ` | Tolerations for the daemonset on windows nodes | ` [] ` |
41
47
| ` windows.metricsAddr ` | The address the metric endpoint binds to | ` :8080 ` |
48
+ | ` windows.registrarImage.repository ` | Windows node-driver-registrar image repository | ` mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar ` |
49
+ | ` windows.registrarImage.pullPolicy ` | Windows node-driver-registrar image pull policy | ` Always ` |
50
+ | ` windows.registrarImage.tag ` | Windows node-driver-registrar image tag | ` v1.2.1-alpha.1-windows-1809-amd64 ` |
51
+ | ` windows.livenessProbeImage.repository ` | Windows liveness-probe image repository | ` mcr.microsoft.com/oss/kubernetes-csi/livenessprobe ` |
52
+ | ` windows.livenessProbeImage.pullPolicy ` | Windows liveness-probe image pull policy | ` Always ` |
53
+ | ` windows.livenessProbeImage.tag ` | Windows liveness-probe image tag | ` v2.0.1-alpha.1-windows-1809-amd64 ` |
42
54
| ` logLevel.debug ` | Enable debug logging | true |
43
55
| ` livenessProbe.port ` | Liveness probe port | ` 9808 ` |
44
56
| ` livenessProbe.logLevel ` | Liveness probe container logging verbosity level | ` 2 ` |
0 commit comments