diff --git a/docs/gitbook/how-it-works.md b/docs/gitbook/how-it-works.md index 17381fbe..fde3232f 100644 --- a/docs/gitbook/how-it-works.md +++ b/docs/gitbook/how-it-works.md @@ -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 ```