Azure Key Vault integration with AKS works for nginx tutorial Pod, but not actual project deployment
Per the title, I have the integration working following the documentation. I can deploy the nginx.yaml and after about 70 seconds I can print out secrets with: kubectl exec -it nginx -- cat /mnt/secrets-store/secret1 Now I'm trying to apply it…