kubectl delete quantonsparkapplication --all -n default --ignore-not-found
kubectl delete sparkapplication --all -n default --ignore-not-found
helm uninstall quanton-operator -n quanton-operator
helm uninstall spark-operator -n spark-operator
kubectl delete crd quantonsparkapplications.quantonsparkoperator.onehouse.ai
kubectl delete crd sparkapplications.sparkoperator.k8s.io
kubectl delete crd scheduledsparkapplications.sparkoperator.k8s.io
kubectl delete pvc tpcds-data shuffle-data -n default --ignore-not-found
minikube stop