Replies: 4 comments
-
Correct. This behavior is expected and is a pattern we discourage because the commit SHA can change meaning, when the remote changes, so things like rollback are not deterministic. |
Beta Was this translation helpful? Give feedback.
-
Hm. Can you please advice what is the best way to manage several conf files externally ? |
Beta Was this translation helpful? Give feedback.
-
@jessesuen - Is there any way to force refresh to sync change in base repo - when we use kustomization - and ArgoCD app is connected to overlay repo ? overlay git repo using submodule to connect to base git repo. |
Beta Was this translation helpful? Give feedback.
-
Oh I was missing on updating git submodule, that was needed explicitly.,. out of purview of ArgoCD certainly. |
Beta Was this translation helpful? Give feedback.
-
Hello.
I want to keep some part of my configuration in another git repo .
In my main.git repo I have something like this:
kustomization.yaml
But when I change conf.git repo, argocd doesn't see any changes. As I can see in the logs argocd sees that main.git doesn't have any changes and doesn't check conf.git
Is it possible somehow to fix this ? or it's wrong idea to use external repo like this ?
Beta Was this translation helpful? Give feedback.
All reactions