You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The correct way to uninstall a helm chart is to use helm uninstall RELEASE_NAME where RELEASE_NAME is the name you gave to your application at installation time. If you can't remember the name of the release, run helm list
After trying this out (as a very new-to-Kubernetes person) I had a lot of trouble figuring out how to remove it again.
Eventually this worked for me:
Would be great if the README covered this!
The text was updated successfully, but these errors were encountered: