argoproj / argoproj-deployments

Deployment repository for Argoproj CI/CD
https://cd.apps.argoproj.io
235 stars 124 forks source link

Use Apps-of-Apps pattern to manage cluster #32

Open agaudreault opened 7 months ago

agaudreault commented 7 months ago

All argo applications under argoproj/ folder are applied manually. Having a new application to automatically sync the applications would reduce burden on people with cluster access to update the applications manually and provide a better experience when contributors merge a pull request.

AC