Skip to content
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

add support for reinvocationPolicy #193

Conversation

kirillmakhonin-brt
Copy link
Contributor

This Pull Requests adds possibility to customize reinvocationPolicy for webhook deployed by HELM chart.
This closes #192 and allows to use admirality in conjunction with other webhooks

In order to provide backward compatibility - default value is set to Never (as it is default for kubernetes)
Docs: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#reinvocation-policy

Signed-off-by: Kirill Makhonin <kirill.makhonin@bluerivertech.com>
@kirillmakhonin-brt
Copy link
Contributor Author

@adrienjt could you please review this Pull Request?

Copy link
Contributor

@adrienjt adrienjt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kirillmakhonin-brt
Copy link
Contributor Author

@adrienjt done, please check

@adrienjt adrienjt merged commit 0730b87 into admiraltyio:master Sep 8, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable customization of reinvocationPolicy for webhook
2 participants