Open
Description
https://helm.sh/docs/intro/cheatsheet/#install-and-uninstall-apps
helm uninstall {name} # Uninstall a release
will yield error:
helm uninstall {name}
Error: uninstall: Release not loaded: {name}: release: not found
correct command should be
helm uninstall {name} -n {namespace} # Uninstall a release, provide namespace if release is under namespace
Metadata
Assignees
Labels
No labels