1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Update notification-controller to v0.0.1

This commit is contained in:
stefanprodan
2020-07-07 10:03:34 +03:00
parent 789fd34c4a
commit ad655183e0
7 changed files with 16 additions and 12 deletions

View File

@@ -42,9 +42,9 @@ spec:
name: slack-url
```
The provider type can be `slack`, `msteams`, `discord`, `rocket` or `webhook`.
The provider type can be `slack`, `msteams`, `discord`, `rocket` or `generic`.
When type `webhook` is specified, the notification controller will post the incoming
When type `generic` is specified, the notification controller will post the incoming
[event](../components/notification/event.md) in JSON format to the webhook address.
This way you can create custom handlers that can store the events in
Elasticsearch, CloudWatch, Stackdriver, etc.