Helm uninstall: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:


  helm uninstall <''release-name''>
  helm uninstall <''release-name''>
The command removes by default the release history. To keep the release history, use --keep-history.


=Options=
=Options=

Revision as of 18:40, 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>

The command removes by default the release history. To keep the release history, use --keep-history.

Options

--purge

Remove the release from the store and make its name free for later use.