Skip to content

Commit

Permalink
Merge pull request #359 from KeisukeYamashita/fix-typo-in-how-it-works
Browse files Browse the repository at this point in the history
Fix typo in section "Webhook" of how-it-works.md
  • Loading branch information
stefanprodan authored Nov 6, 2019
2 parents b31c7c6 + ded1434 commit 5901129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gitbook/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ The canary analysis can be extended with webhooks. Flagger will call each webhoo
determine from the response status code (HTTP 2xx) if the canary is failing or not.

There are three types of hooks:
* Confirm-rollout hooks are executed before scaling up the canary deployment and ca be used for manual approval.
* Confirm-rollout hooks are executed before scaling up the canary deployment and can be used for manual approval.
The rollout is paused until the hook returns a successful HTTP status code.
* Pre-rollout hooks are executed before routing traffic to canary.
The canary advancement is paused if a pre-rollout hook fails and if the number of failures reach the
Expand Down

0 comments on commit 5901129

Please sign in to comment.