Hashicorp Vault Installation as part of Umbrella Helm Chart?

12/18/2020

We have an umbrella helm chart which has Vault as one of the services. Many services depend on vault for secrets to be injected before starting. Problem is since helm does not have ordering all the pods starts off and they do not get the secrets injected.

How can we achieve this ?

-- Tech_Lover
hashicorp-vault
kubernetes
kubernetes-helm

1 Answer

12/18/2020

The pods usually keep trying until everything is in place - unless there is a restart policy

-- Kroustou
Source: StackOverflow