Deleting the Helm chart

Use this information to delete Helm charts.

Delete the Helm ceph-csi-rbd chart by using the helm uninstall command.
helm uninstall "ceph-csi-rbd" --namespace "ceph-csi-rbd"
The helm uninstall command removes only the Helm chart from the associated namespace. To delete the namespace, use the delete namespace command.
kubectl delete namespace ceph-csi-rbd