Webhook receiver for push flux
Generate a webhook URL so git pushes trigger instant reconcile instead of polling
flux create receiver github --type github --event github:push --secret-ref webhook-token --resource GitRepository/<name>
more flux
all 29 commands →
Force refetch git source
flux reconcile source git <name>
Timeline of resource events
flux events --for Kustomization/<name>
Ordered kustomization with depends-on
flux create kustomization app --source=GitRepository/<name> --path=./app --depends-on=infra --prune=true --interval=10m
Check Flux health
flux check
Get all Flux resources
flux get all -A