Add argocd plugin (#2898)

mine
Eitan Nargassi 2024-10-14 18:16:26 +03:00 committed by GitHub
parent 8a16b57c09
commit 42bc8fcaac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

15
plugins/argocd.yaml Normal file
View File

@ -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