admiraltyio / admiralty

A system of Kubernetes controllers that intelligently schedules workloads across clusters.
https://admiralty.io
Apache License 2.0
673 stars 87 forks source link

add support for reinvocationPolicy #193

Closed kirillmakhonin-brt closed 1 year ago

kirillmakhonin-brt commented 1 year ago

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

kirillmakhonin-brt commented 1 year ago

@adrienjt could you please review this Pull Request?

kirillmakhonin-brt commented 1 year ago

@adrienjt done, please check