0

I am trying to use akv2k8s method to sync azure key vault secrets to kubernetes. This is the link: https://akv2k8s.io/why-akv2k8s/. When I am trying to install with helm, two envinjector are getting installed and the docs say that you should at most have only one Env Injector installment in your cluster, because multiple instances of the Env Injector mutating webhook might compete and fail when a new pod (that needs environment injection) is created. Two envinjector installed

If I try to delete the envinjector pod it gets recreated again. How to have only one controller and one envinjector?

0 Answers0