little container to wait for argocd sync in ci pipelines
the app that should be synced and waited for
something like argocd.domain.tld
see this for more information: https://argoproj.github.io/argo-cd/operator-manual/security/
docker run -e ARGOCD_SERVER="argocd.domain.tld" -e ARGOCD_AUTH_TOKEN="<your-token>" <some-registry>/argocd-sync argocd-sync --app <your-app>