Skip to content

Latest commit

 

History

History
 
 

argocd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Argo CD

Info

  • This addon is built based on ArgoCD
  • Current ArgoCD version is v2.3.3

How to install

vela addon enable argocd

X-Definitions

Addon argocd supports the following X-definitions:

Fluxcd helm support VS Argocd helm support

Fluxcd Argocd
repoType support git or helm support, oss not support
pullInterval support not support
url support support
secretRef support not yet
timeout support not support
chart support support
version support support
targetNamespace support support
releaseName support support
values support support
installTimeout support not support

TODO:

Limitation

  • Since Argocd only watch the resource under its namespace(default argocd), all the X-definitions define above should be deploying into the same namespace, otherwise it doesn't work
  • Please be careful to use VelaUx to deploy argo application when binding env other than "argo" namespace, because all the pre-defined component definitions of argocd hardcode namespace "argocd", binding other env will override this preset then argocd will not work properly