(helm/v2-alpha) make admission webhooks configurable with namespaceSelector, objectSelector and matchConditions
Author: abhijith-darshanCreated Jun 11, 2026Updated Aug 7, 2026
Labelskind/feature
What do you want to happen?
Currently the webhook manifests are very simple and does not include -
- namespaceSelector (important to have to not intercept core k8s resources in the namespace it is running)
- objectSelector
- matchConditions [to leverage fine grained CEL expressions]
In the first go, it would be super helpful to have configurable namespaceSelector and timeout seconds via helm values.
The current work around is to have patches in webhook but the helm rendering hardcodes this.
Extra Labels
No response
Source: kubernetes-sigs/kubebuilder