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: helm/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,5 +97,7 @@ The following table lists the configurable parameters and their defaults.
97
97
|`nodeSelector`| Node selector for the controller pod |`{}`|
98
98
|`tolerations`| Tolerations for the controller pod |`[]`|
99
99
|`affinity`| Affinity rules for the controller pod |`{}`|
100
+
|`podSecurityContext`| Pod `securityContext`; only rendered when set (e.g. Kyverno / Pod Security) |`null`|
101
+
|`containerSecurityContext`| Container `securityContext`for the controller; only rendered when set|`null`|
100
102
|`podAnnotations`| Annotations added to the controller pod template (e.g. service-mesh sidecar toggles, Prometheus scrape autodiscovery) |`{}`|
101
103
|`podLabels`| Extra labels added to the controller pod template alongside the chart's selector labels (selector labels take precedence on conflict) | `{}` |
0 commit comments