dynamic spring.config.import file not working with vault sidecar and spring-cloud-starter-kubernetes-fabric8-config
I am trying to use a vault agent sidecar where I am injecting a secret into my kubernetes pod at the location /vault/secrets/...
. I then use a spring.config.import property to pull in that file for my application.