Skip to content

Commit

Permalink
add argo-list target
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Jul 31, 2024
1 parent 60c066b commit 19e3608
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 19e3608

Please sign in to comment.