Skip to content

program to sync argo app and wait for it to be synced

License

Notifications You must be signed in to change notification settings

Flou21/argocd-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

argocd-sync

little container to wait for argocd sync in ci pipelines

usage

parameter

--app

the app that should be synced and waited for

env vars

ARGOCD_SERVER

something like argocd.domain.tld

ARGOCD_AUTH_TOKEN

see this for more information: https://argoproj.github.io/argo-cd/operator-manual/security/

example

docker run -e ARGOCD_SERVER="argocd.domain.tld" -e ARGOCD_AUTH_TOKEN="<your-token>" <some-registry>/argocd-sync argocd-sync --app <your-app>

About

program to sync argo app and wait for it to be synced

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published