From 42bc8fcaacfab0feed1e341ff5fba7de8acf4bf2 Mon Sep 17 00:00:00 2001 From: Eitan Nargassi <155459646+eitan-papaya@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:16:26 +0300 Subject: [PATCH] Add argocd plugin (#2898) --- plugins/argocd.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/argocd.yaml diff --git a/plugins/argocd.yaml b/plugins/argocd.yaml new file mode 100644 index 00000000..f69fadde --- /dev/null +++ b/plugins/argocd.yaml @@ -0,0 +1,15 @@ +plugins: + argocd: + shortCut: "s" + description: Sync ArgoCD Application + scopes: + - application + command: argocd + args: + - app + - sync + - $NAME + - --app-namespace + - $NAMESPACE + background: true + confirm: true