Webhook is not working for me #11918
-
|
I am setting github webhook to trigger the ArgoCD sync, but somehow it is not working. Issue
Some information
Please, anyone can confirm that https://github.com/argoproj/argo-cd/blob/master/applicationset/webhook/webhook.go#L551-L564 can do item 3) on above? I am using helm for application set, detail |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
I think I found the issue 🎉, the webhook is sent to argocd-server, here: https://github.com/argoproj/argo-cd/blob/master/util/webhook/webhook.go |
Beta Was this translation helpful? Give feedback.
-
|
At the moment ApplicationSet webhook is broken. Even though the webhook is received and it shows in the logs, the Git generator shows applications "unchanged" until "something in the Redis cache expires": |
Beta Was this translation helpful? Give feedback.
I think I found the issue 🎉, the webhook is sent to argocd-server, here: https://github.com/argoproj/argo-cd/blob/master/util/webhook/webhook.go
not the applicationset-controller (which has the same webhook fucntion)