Trigger /api/webhook with curl #9032
-
Hi there, I would like to trigger the /api/webhook endpoint of the application set controller with curl or any other cli tool.
When running curl however the logs of the application set controller show no extra syncing going on. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
ApplicationSet ignores events that don't look like git events. argo-cd/applicationset/utils/webhook.go Lines 110 to 117 in 14cdfc7 Try setting one of those headers to |
Beta Was this translation helpful? Give feedback.
ApplicationSet ignores events that don't look like git events.
argo-cd/applicationset/utils/webhook.go
Lines 110 to 117 in 14cdfc7
Try setting one of those headers to
push
.