Add the event webhook type to docs

This commit is contained in:
stefanprodan
2020-01-15 14:29:51 +02:00
parent 4776b1d285
commit 1271f12d3f
2 changed files with 33 additions and 0 deletions
+10
View File
@@ -92,3 +92,13 @@ Example:
}
}
```
The event webhook can be overwritten at canary level with:
```yaml
canaryAnalysis:
webhooks:
- name: "send to Slack"
type: event
url: http://event-recevier.notifications/slack
```