chore(docs): explain how flux webhooks are set during maintenance #128
No reviewers
Labels
No labels
bug
cleanup
duplicate
enhancement
forgefriends
help wanted
hetzner
invalid
label workflow
need more info
question
refactor
static-site
sync
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
infrastructure/k8s-cluster!128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/115/head4140aa2a7677eaf2c4dcdc011e55afe179480b36"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes infrastructure/k8s-cluster#112
https://code.forgejo.org/infrastructure/k8s-cluster/pulls/113 was merged and the reconciliation happened, the webhooks works.
I was thinking that, although it would not cause a persistent error, it would cause a flip flop during short time that may be mistaken for an error.
what should flip flop? 🤔 flux will ignore the wrong hook
Since the webhook is the same URL on both repositories, how can it know it is wrong?
it checks the payload. maybe it just pulls the associated GitHub repo.
I think that's what it does because the flip flop happened when the GitRepository was changed to be codeberg.org, in the delay it took for the mirror to be updated. But I'm not sure. In any case, I think best to be strict and explicit so that kind of subtle behavior is not a concern.
Pull request closed