modify the hook name

This commit is contained in:
Tanner Altares 2020-02-05 14:49:35 -06:00
parent edbc373109
commit 69e969ac51
1 changed files with 1 additions and 1 deletions

View File

@ -913,7 +913,7 @@ The `rollback` hook type can be used to manually rollback the canary promotion.
```yaml
canaryAnalysis:
webhooks:
- name: "rollback gate"
- name: "rollback"
type: rollback
url: http://flagger-loadtester.test/gate/halt
```