Deleting an application via the Helm command
Helm provides a simple uninstall
command to delete the application release. The first step is to determine which Helm deployment you want to remove using the helm
list
command:
$ helm list --all-namespaces NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION cm1 default 1 2022- deployed myhelmchart-0.1.0 1.16.0 example default &...