applicationset controller: git provider does not catch new changes when using webhook #15372
Closed
3 tasks done
Labels
bug
Something isn't working
Checklist:
argocd version
.Describe the bug
I am using the git provider with an application set. The config is like so:
I have set up the webhook and it is correctly pinging the applicationset controller on every push to the repo.
The problem is, is that it doesn't seem see the latest changes. Not until 3minutes later when the normal cycle completes.
To Reproduce
Create an application set that uses the git provider and sources variables from a json file.
Create a webhook
Push a new config file
Expected behavior
The application set should see that a new file has been added.
Screenshots
Version
Logs
As you can see the appset doesn't see new applications until some mins later
The text was updated successfully, but these errors were encountered: