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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ The following table lists the configurable parameters of the csi-secrets-store-p
35
35
|`linux.image.pullPolicy`| Linux image pull policy |`IfNotPresent`|
36
36
|`linux.image.tag`| Linux image tag |`v1.4.7`|
37
37
|`linux.image.digest`| Linux image digest, image pull from digest instead of tag if specified |`""`|
38
+
|`linux.podSecurityContext`| Linux pod security context |`{}`|
39
+
|`linux.securityContext`| Linux secrets-store container security context |`{"privileged": "true"}`|
38
40
|`linux.crds.enabled`| If the CRDs should be managed by the chart |`true`|
39
41
|`linux.crds.image.repository`| Linux crds image repository |`registry.k8s.io/csi-secrets-store/driver-crds`|
40
42
|`linux.crds.image.pullPolicy`| Linux crds image pull policy |`IfNotPresent`|
@@ -55,12 +57,14 @@ The following table lists the configurable parameters of the csi-secrets-store-p
55
57
|`linux.registrarImage.tag`| Linux node-driver-registrar image tag |`v2.11.1`|
56
58
|`linux.registrarImage.digest`| Linux node-driver-registrar image digest, image pull from digest instead of tag if specified |`""`|
57
59
|`linux.registrar.resources`| The resource request/limits for the linux node-driver-registrar container image |`limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi`|
60
+
|`linux.registrar.securityContext`| The security context for the linux node-driver-registrar container image |`{}`|
58
61
|`linux.registrar.logVerbosity`| Log level for node-driver-registrar. Uses V logs (klog) |`5`|
59
62
|`linux.livenessProbeImage.repository`| Linux liveness-probe image repository |`registry.k8s.io/sig-storage/livenessprobe`|
60
63
|`linux.livenessProbeImage.pullPolicy`| Linux liveness-probe image pull policy |`IfNotPresent`|
61
64
|`linux.livenessProbeImage.tag`| Linux liveness-probe image tag |`v2.13.1`|
62
65
|`linux.livenessProbeImage.digest`| Linux liveness-probe image digest, image pull from digest instead of tag if specified |`""`|
63
66
|`linux.livenessProbe.resources`| The resource request/limits for the linux liveness-probe container image |`limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi`|
67
+
|`linux.livenessProbe.securityContext`| The security context for the linux liveness-probe container |`{}`|
64
68
|`linux.env`| Environment variables to be passed for the daemonset on linux nodes |`[]`|
65
69
|`linux.priorityClassName`| Indicates the importance of a Pod relative to other Pods. |`""`|
66
70
|`linux.crds.annotations`| Linux *helm hook* annotations |`{}`|
0 commit comments