mirror of https://github.com/fluxcd/flagger.git
modify the hook name
This commit is contained in:
parent
edbc373109
commit
69e969ac51
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue