Deleting Helm Chart
For deleting a helm chart simply execute.
helm delete <name-of-chart>
After this all the resources that were created using the helm chart like deployments, service will be terminated.
For deleting a helm chart simply execute.
helm delete <name-of-chart>
After this all the resources that were created using the helm chart like deployments, service will be terminated.