Helm uninstall: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page Helm delete to Helm uninstall without leaving a redirect) |
|||
Line 9: | Line 9: | ||
{{Note|<center>Revised for Helm 3</center>}} | {{Note|<center>Revised for Helm 3</center>}} | ||
helm | <code>helm uninstall</code> was introduced in Helm 3, and it is the replacement of <code>helm delete</code>, which still works as an alias. | ||
helm uninstall <''release-name''> | |||
=Options= | =Options= |
Revision as of 18:39, 29 November 2019
External
Internal
Overview
Revised for Helm 3
helm uninstall
was introduced in Helm 3, and it is the replacement of helm delete
, which still works as an alias.
helm uninstall <release-name>
Options
--purge
Remove the release from the store and make its name free for later use.