I am trying to setup vault with minikube following this link: Injecting Secrets into Kubernetes Pods via Vault Agent Containers | Vault - HashiCorp Learn
After this step: kubectl patch deployment orgchart --patch “$(cat patch-inject-secrets.yaml)”
orgchart POD remains in Init state and doesnt come to Running State. Can you please help me?
Thanks
Gaurav