kubernetes/argo-cd/applications/production-hm/prometheus/Makefile
argo-cd-app-create:
argocd app create hm-prometheus --file=argo-cd-manifests/hm-prometheus-application.yaml
argo-cd-app-update:
argocd app create hm-prometheus --file=argo-cd-manifests/hm-prometheus-application.yaml --upsert
argo-cd-app-delete:
argocd app delete hm-prometheus --yes