Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature | Make use of argocd-apps helm chart to deploy applications #516

Open
angelofenoglio opened this issue Jun 2, 2023 · 0 comments

Comments

@angelofenoglio
Copy link
Contributor

angelofenoglio commented Jun 2, 2023

Currently we make use of the kubernetes terraform provider and the kubernetes_manifest resource to deploy ArgoCD applications. However, Argo Project also provides the argocd-apps helm chart to achieve this.

Using this helm chart we could write application definitions using something closer to yaml instead of hcl, making it a bit more natural since yaml is the configuration language used by kubernetes manifests. Secondly, it may lead to a reduction in code duplication, application manifest tend to be quite similar, we could make multiple definitions a bit more succinct.

Lastly this chart provides ways to define projects other than the default, application sets and more.
Also it is currently the only way to deploy Argo UI extensions.

@angelofenoglio angelofenoglio added enhancement New feature or request minor feature and removed enhancement New feature or request labels Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant