From 19e3608817961caaf5485ab05bdcb2731a03fc47 Mon Sep 17 00:00:00 2001 From: Deniz Erdogan Date: Wed, 31 Jul 2024 09:59:24 +0200 Subject: [PATCH] add argo-list target --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 87830cf36..ae199f974 100644 --- a/Makefile +++ b/Makefile @@ -129,3 +129,8 @@ argo-sync-%: .PHONY: argo-sync argo-sync: # @HELP Sync app-of-apps in ArgoCD (which contains all other Applications) argo-sync: argo-sync-app-of-apps + +.PHONY: argo-list +argo-list: + kubectl -n argocd exec statefulsets/argo-cd-base-argocd-application-controller -- argocd --core app list +