Hello guys !
I followed this tutorial and this is great stuff: https://www.hashicorp.com/blog/injecting-vault-secrets-into-kubernetes-pods-via-a-sidecar/
I was wondering if it was possible to have the sidecar drop the file in another location ?
It currently end up in /vault/secrets/.
That would be nice to have an annotation like
-“vault.hashicorp.com/agent-inject-file-location” = “/custom/path/filename”
Thanks
jm