mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-16 00:35:43 +00:00
Update notification-controller to v0.0.1
This commit is contained in:
parent
789fd34c4a
commit
ad655183e0
7 changed files with 16 additions and 12 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue