Loading
Allow setting hostUsers on deployment
As of Kubernetes 1.36, the User Namespaces feature has graduated to stable; see also https://kubernetes.io/docs/concepts/workloads/pods/user-namespaces/.
To leverage this on pods, one needs to set the hostUsers flag on a deployment. This MR adds the ability to add such a flag to this chart. See also https://kubernetes.io/docs/tasks/configure-pod-container/user-namespaces/.
Edited by Jenthe Noordsij