-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Starting with Kubernetes 1.33, user namespaces are now enabled by default. We want to enable this feature for as many pods as possible.
Describe the solution you'd like
It would be great if the helm chart would allow us to toggle .spec.hostUsers
to false
for the various components.
Describe alternatives you've considered
We currently apply patches on top of the helm chart
Additional context