Uninstalling the chart
To uninstall/delete the deployment:
$ helm uninstall ${BD_NAME} --namespace ${BD_NAME}
The command removes all the Kubernetes components associated with the chart and deletes the release.
If you have used kubectl
to install from a dry-run as shown above, the
following command will remove the install:
$ kubectl delete -f ${BD_NAME}.yaml