Hello,
I have a problem: I try to use an external vault with my K8 cluster.
I followed this tutorial, installing first the agent via the helmchart (as a subchart of a chart which setups the necessary service account) and then installing my deployments via a custom chart.
It works perfectly with self-made deployments, but when I try to add an official Bitnami chart (tested with the nginx and tomcat chart) to my chart as a subchart, those deployments won’t start with a replica failure:
Error creating: admission webhook "vault.hashicorp.com" denied the request: error creating new agent sidecar: failed to find service account volume mount
I already tried to fix it by setting
vault.hashicorp.com/agent-init-first: 'true'
And now I am at my wits’ end.
Thanks in advance for any answers