Posts

Showing posts from May, 2022

problem Helm stuck in pending state / helm Initial install underway

If you run helm status customer-dapp-api --namespace testing or if you want to see all deployment under a namespace, simply run  helm ls -a -n testing    And you get helm saying "helm Initial install underway" and pissing you off, then just run the following command to remove it.   helm uninstall customer-dapp-api --namespace testing and then redeploy.