Closed rikez closed 3 weeks ago
Hi @rikez,
Yes, multiple sources are supported!
I tried, but it looks like the REPO environment variable is checked against all repoURL git sources.
You're correct; the REPO
environment variable is indeed checked against all repoURL
sources, so it should render an accurate diff whenever you update the file: /path/to/values.yaml
.
From the code snippet you shared, everything looks good to me!
Could you provide more details on what you tried and the issue you encountered? For example, were you expecting a specific behavior that didn't occur? This will help me better understand what might be going wrong.
@dag-andersen Apologies, it was a misconfiguration on my side. It's working fine. Thanks for the quick reply anyways.
I will close this issue.
Hello,
Does it currently support diffing when an Application depends on multiple git repo sources?
Suppose I have the following config in
https://github.com/argocd-repo.git
.I tried, but it looks like the
REPO
environment variable is checked against allrepoURL
git sources.