within our Jenkins pipeline we are having the step for the uninstallation from our helm charts. By using the --wait flag, our expectation was that it will wait until all charts / pods are uninstalled. Unfortunately it isn’t, but the application requires it :/
Is anyone having the same problem and may be also a solution?
helm uninstall --wait helm-chart
Thanks and Regards