From 65d5cadf293663662a756cbbb34d2739508045ab Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 8 Apr 2021 12:15:29 +0300 Subject: [PATCH] Update the alert providers list in notifications guide Signed-off-by: Stefan Prodan --- docs/guides/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/notifications.md b/docs/guides/notifications.md index 98398540..37186d5b 100644 --- a/docs/guides/notifications.md +++ b/docs/guides/notifications.md @@ -45,7 +45,7 @@ spec: name: slack-url ``` -The provider type can be `slack`, `msteams`, `discord`, `rocket`, `github`, `gitlab` or `generic`. +The provider type can be `slack`, `msteams`, `discord`, `rocket`, `googlechat`, `webex`, `sentry` or `generic`. When type `generic` is specified, the notification controller will post the incoming [event](../components/notification/event.md) in JSON format to the webhook address.