I'm trying to delete the argo app with argocd app delete Prometheus --cascade
command.
It's prompting for confirmation after pressing y
able to delete resources but some of the resources are not deleting.
Are you sure you want to delete 'prometheus' and all its resources? [y/n]
How can I confirm that some of the resources are not deleted ?
kubectl get all -n prometheus
NAME READY AGE
statefulset.apps/alertmanager-prometheus-2-kube-promethe-alertmanager 1/1 39m
What I'm looking for ?
I need the solution for delete the all resources with argocd