Enable customization of securityContext for containers #1675
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Describe the solution you'd like
The webhook containers currently require privilege escalation to execute. In our organization Kubernetes clusters strictly enforce security context to disallow privilege escalation without sufficient justification. We have been maintaining our own fork of this Helm chart with the following amendment to the upgrade webhook job manifests:
The webhooks are able to operate without privilege escalation enabled. We don't want to maintain our own fork of the Helm chart, we would prefer that the securityContext for these containers is able to be configured via the values.yaml file.
Anything else you would like to add:
Environment:
v1.4.6
kubectl version
):The text was updated successfully, but these errors were encountered: