Uninstall the Helm chart
To remove the Kubernetes components associated with the chart and delete the release, uninstall the Helm chart.
-
Uninstall and delete the
my-release
deployment:$ helm uninstall my-release -n <namespace>
To remove the Kubernetes components associated with the chart and delete the release, uninstall the Helm chart.
Uninstall and delete the my-release
deployment:
$ helm uninstall my-release -n <namespace>