Skip to content

Instantly share code, notes, and snippets.

View harrylowkey's full-sized avatar
🏠
Working from home

Harry Dang harrylowkey

🏠
Working from home
View GitHub Profile
@harrylowkey
harrylowkey / argocd-webhook-configuration.md
Created October 28, 2024 12:09 — forked from dmancloud/argocd-webhook-configuration.md
Argo CD Git Webhook Configuration

Argo CD Git Webhook Configuration

By default, Argo CD polls the Git repositories every 3 minutes to detect the changes made on the repo. If you want to remove the delay, you can configure a webhook event to send a notification to the API server.

Create a Webhook in GitHub

Login to your Github repository and navigate to settings > webhooks and click add webhook

The payload URL is your ArgoCD Server + /api/webhook

For example.

https://argocd.example.com/api/webhook