From 69e969ac51899babfc33491d1f5febec79244553 Mon Sep 17 00:00:00 2001 From: Tanner Altares Date: Wed, 5 Feb 2020 14:49:35 -0600 Subject: [PATCH] modify the hook name --- docs/gitbook/how-it-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```