-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Allow enabling user namespaces in helm chart #7885
Copy link
Copy link
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
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 we could toggle the .spec.hostUsers field in all cert-manager deployments of the helm chart. It would be even nicer, if that helm chart would set this field to false by default so that we get increased security by default.
Describe alternatives you've considered
We currently apply a patch after rendering the helm chart to enable user namespaces for all cert-manager deployments.
Additional context
Environment details (remove if not applicable):
- Kubernetes version: 1.33.2
- Cloud-provider/provisioner: kubeadm
- cert-manager version: 1.18.2
- Install method: e.g., helm/static manifests: helm
/kind feature
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.