Add argocd plugin (#2898)
parent
8a16b57c09
commit
42bc8fcaac
|
|
@ -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
|
||||||
Loading…
Reference in New Issue