I've installed vault into fresh Kubernetes cluster v.1.25 and trying to deploy app with the following annotation:
vault.hashicorp.com/agent-inject: 'true'
Injector doesn't add vault container to my app pod and I don't see any new log entries in vault injector pod.
How can I troubleshoot the the injector?
-Thanks in advance!