mirror of https://github.com/fluxcd/flagger.git
update event webhook doc with example
Signed-off-by: Prajith Ndz <prajithpalakkuda@gmail.com>
This commit is contained in:
parent
55c3745ef8
commit
339780dcc4
|
|
@ -66,6 +66,9 @@ Spec:
|
||||||
- name: "send to Slack"
|
- name: "send to Slack"
|
||||||
type: event
|
type: event
|
||||||
url: http://event-recevier.notifications/slack
|
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.
|
> **Note** that the sum of all rollout webhooks timeouts should be lower than the analysis interval.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue