-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow multiple webhooks to be configured #16
base: main
Are you sure you want to change the base?
Allow multiple webhooks to be configured #16
Conversation
Thank you @nashant. |
So I don't want kubemod intercepting every pod creation, it's inefficient. I want to use object selectors to filter for some pods but not others. |
I would also potentially like to be able to have my platform team in control of the helm release and allow developers to be able to create modrules, bounded by the constraints set in place by the webhooks |
Right. |
3c163b3
to
7597524
Compare
7597524
to
3e0f74e
Compare
In general? Yes. But kubemod is not replacing the caBundle in all the webhooks |
But actually with a simple modification to |
That work is done |
Solves #17 |
…fied in any webhooks
This allows the specification of any number of webhooks allowing for finer grained control over what resources are affected by the configuration