Skip to content

Commit

Permalink
gramma fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Ignatev committed Jan 20, 2023
1 parent 2a2a950 commit 29c25e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

[![release](https://github.com/brainfair/flux2-bitbucketpipeline-dispatcher/actions/workflows/release.yml/badge.svg)](https://github.com/brainfair/flux2-bitbucketpipeline-dispatcher/actions/workflows/release.yml)

Bpdispatcher is a midleware server that receive generic webhook from fluxcd notification controller and trigger bitbucket cloud pipeline with parameters from received webhook
Bpdispatcher is a middleware server that receives a generic webhook from the fluxcd notification controller and triggers the bitbucket cloud pipeline with parameters from the received webhook

### Problem

Probaly you want to promote HelmRelease version from staging to production envorinment.
Flux provide [native support for github dispatcher](https://fluxcd.io/flux/use-cases/gh-actions-helm-promotion/), but no options for bitbucket.
Probably you want to promote HelmRelease version from staging to the production environment.
Flux provides [native support for GitHub dispatcher](https://fluxcd.io/flux/use-cases/gh-actions-helm-promotion/), but no options for bitbucket.

### Solver

With Bpdispatcher you can use Generic Webhook from Flux and trigger any bitbucket pipeline with same automation.
With Bpdispatcher you can use Generic Webhook from Flux and trigger any bitbucket pipeline with the same automation.

* Install
* [bpdispatcher install on Kubernetes](https://brainfair.github.io/flux2-bitbucketpipeline-dispatcher/)

* Bitbucket pipeline:
* pipeline shoud be named pr-promotion under custom section ([pipeline template](bitbucket-pipeline.yml))
* pipeline should be named pr-promotion under custom section ([pipeline template](bitbucket-pipeline.yml))

* FluxCD Provide and Alert:
* FluxCD Provider and Alert:
* [Example of Provide and Alert for flux](alert-example.yml)

0 comments on commit 29c25e1

Please sign in to comment.