mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 23:51:48 +00:00
docs(webhook-receivers.md): correct misspelling
setup -> set up Signed-off-by: Lloyd Chang <lloydchang@gmail.com>
This commit is contained in:
parent
4ecf541748
commit
8f06d20515
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
# Setup Webhook Receivers
|
# Set up Webhook Receivers
|
||||||
|
|
||||||
The GitOps toolkit controllers are by design **pull-based**.
|
The GitOps toolkit controllers are by design **pull-based**.
|
||||||
In order to notify the controllers about changes in Git or Helm repositories,
|
In order to notify the controllers about changes in Git or Helm repositories,
|
||||||
you can setup webhooks and trigger a cluster reconciliation
|
you can set up webhooks and trigger a cluster reconciliation
|
||||||
every time a source changes. Using webhook receivers, you can build **push-based**
|
every time a source changes. Using webhook receivers, you can build **push-based**
|
||||||
GitOps pipelines that react to external events.
|
GitOps pipelines that react to external events.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue