1
votes

We are using helm to deploy k8s project/set of pods. Till now "helm install" comes out immediately after loading scripts. We have added "post install" hook and the "helm install" waits for some time and comes out with error "timed out waiting for the condition".

Is there any option to make "helm install" don't wait till post install is completed ?