camptocamp / devops-stack

🌊 An all-in-one Kubernetes ☸ stack using Argo CD 🐙 and Terraform as base components
https://devops-stack.io
Apache License 2.0
147 stars 56 forks source link

Add optional deployment #645

Closed deromemont closed 3 years ago

deromemont commented 3 years ago

It's more a proposal than an issue

Try to add some option in code to add optional deployment

For example, option for loki, for cognito, ...

I know that argocd is interdependent with cognito for example There a way to solve this ?

raphink commented 3 years ago

@deromemont the devops-stack now has extra_apps, extra_application_sets and extra_app_projets arguments for this.

With this, you can configure ArgoCD to deploy more applications.