From 339780dcc4794cbf1871b7c2008c19882b1a62c9 Mon Sep 17 00:00:00 2001 From: Prajith Ndz Date: Mon, 1 Feb 2021 22:34:20 +0530 Subject: [PATCH] update event webhook doc with example Signed-off-by: Prajith Ndz --- docs/gitbook/usage/webhooks.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/gitbook/usage/webhooks.md b/docs/gitbook/usage/webhooks.md index 0d210410..08b3c398 100644 --- a/docs/gitbook/usage/webhooks.md +++ b/docs/gitbook/usage/webhooks.md @@ -66,6 +66,9 @@ Spec: - name: "send to Slack" type: event url: http://event-recevier.notifications/slack + metadata: + environment: "test" + cluster: "flagger-test" ``` > **Note** that the sum of all rollout webhooks timeouts should be lower than the analysis interval.