Skip to content

Commit

Permalink
docs(website/content/en/docs/guides/webhook-receivers.md): remove Git…
Browse files Browse the repository at this point in the history
…Ops from push-based pipelines

Remove the word "GitOps" in the phrase "push-based GitOps pipelines" because pushed-based pipelines don't qualify as GitOps based on https://github.com/open-gitops/documents/blob/main/PRINCIPLES.md

https://cloud-native.slack.com/archives/C01G9DEE88M/p1635706634045400?thread_ts=1635251844.014900

Signed-off-by: lloydchang <lloydchang@gmail.com>
  • Loading branch information
lloydchang committed Oct 31, 2021
1 parent c6ecf08 commit d50ab86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/guides/webhook-receivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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.
pipelines that react to external events.

## Prerequisites

Expand Down

0 comments on commit d50ab86

Please sign in to comment.