Replies: 1 comment 5 replies
-
@yondkoo https://argo-cd.readthedocs.io/en/stable/operator-manual/high_availability/#monorepo-scaling-considerations and https://argo-cd.readthedocs.io/en/stable/operator-manual/high_availability/#manifest-paths-annotation . Understand these both as they are really important when working with monorepos and app of apps which I assume is your pattern of deployment. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm one day old in the ArgoCD (even in GitOps or CI/CD world). So, it might be a defacto that ArgoCD redeploys applications whether it has changed. I've used multiple sources for an application with Helm value files from an external Git repository.
For example, If I change a value in
services/auth-service/apollo-environment/values.yaml
and push it to the main branch argocd syncs it and redeploys all applications.ArgoCD Application:
Git Repository Directory pattern:
Beta Was this translation helpful? Give feedback.
All reactions