-
|
Hi, I use argocd and I have doubts about how "pull changes from repository" and "sync app" works. If I push changes to the git repository, argocd needs first to fetch git data first (done every Argocd cli has the command "sync" to synchronize existing applications but I can't find a command to manually "fetch" the git data. I want to do something similar as webhook does: https://argo-cd.readthedocs.io/en/stable/operator-manual/webhook/#overview. I mean, to say argcodc: "ey, I pushed new changes to the git repository" In my real use case I have a job and I want to create an application and wait until it's ready and healthy, so I have to do something like:
How can I do the second step? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Seems like it's: related: #12211 |
Beta Was this translation helpful? Give feedback.
Seems like it's:
related: #12211