Skip to content

Commit

Permalink
Merge pull request #612 from lloydchang/patch-1
Browse files Browse the repository at this point in the history
docs(webhook-receivers.md): responsiveness
  • Loading branch information
stefanprodan committed Nov 10, 2021
2 parents 81422f2 + 711268a commit 2d80ca4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/en/docs/guides/webhook-receivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ weight: 40
Flux is by design **pull-based**.
In order to notify the Flux controllers about changes in Git or Helm repositories,
you can setup webhooks and trigger a cluster reconciliation
every time a source changes. Using webhook receivers, you can build **push-based**
GitOps pipelines that react to external events.
every time a source changes. Using webhook receivers make
**pull-based** pipelines as responsive as **push-based** pipelines.

## Prerequisites

To follow this guide you'll need a Kubernetes cluster with the GitOps
toolkit controllers installed on it.
Please see the [get started guide](../get-started/index.md)
or the [installation guide](../installation/).
Please see the [get started guide](../get-started.md)
or the [installation guide](../installation.md).

The [notification controller](../components/notification/_index.md)
can handle events coming from external systems
Expand Down

0 comments on commit 2d80ca4

Please sign in to comment.