From 8470d728f90a412e80718f644df6622adf6f747c Mon Sep 17 00:00:00 2001 From: Hans Knecht Date: Fri, 26 Feb 2021 10:44:48 -0500 Subject: [PATCH 1/2] docs: updating slack alerting docs to point to legacy slack webhooks Signed-off-by: Hans Knecht --- docs/gitbook/usage/alerting.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/gitbook/usage/alerting.md b/docs/gitbook/usage/alerting.md index 63dd8c20..275c0495 100644 --- a/docs/gitbook/usage/alerting.md +++ b/docs/gitbook/usage/alerting.md @@ -5,7 +5,16 @@ You can define a global alert provider at install time or configure alerts on a ## Global configuration -Flagger can be configured to send Slack notifications: +### Slack + +#### Slack Configuration + +Flagger does not work as a slack app. Flagger instead requires a custom webhook integration. +The webhook can be generated by following the [legacy slack documentation](https://api.slack.com/legacy/custom-integrations/messaging/webhooks) + +#### Flagger configuration + +Once the webhook has been generated. Flagger can be configured to send Slack notifications: ```bash helm upgrade -i flagger flagger/flagger \ @@ -25,6 +34,8 @@ or if the analysis reached the maximum number of failed checks: ![Slack Notifications](https://raw.githubusercontent.com/fluxcd/flagger/main/docs/screens/slack-canary-failed.png) +### Microsoft Teams + Flagger can be configured to send notifications to Microsoft Teams: ```bash From 03acb869b77d7cc3dd52b8f94bb47232a25d02a4 Mon Sep 17 00:00:00 2001 From: Hans Knecht Date: Fri, 26 Feb 2021 10:52:28 -0500 Subject: [PATCH 2/2] docs: updating slack alert docs tone Signed-off-by: Hans Knecht --- docs/gitbook/usage/alerting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/gitbook/usage/alerting.md b/docs/gitbook/usage/alerting.md index 275c0495..a2636178 100644 --- a/docs/gitbook/usage/alerting.md +++ b/docs/gitbook/usage/alerting.md @@ -9,7 +9,8 @@ You can define a global alert provider at install time or configure alerts on a #### Slack Configuration -Flagger does not work as a slack app. Flagger instead requires a custom webhook integration. +Flagger requires a custom webhook integration from slack, instead of the new slack app system. + The webhook can be generated by following the [legacy slack documentation](https://api.slack.com/legacy/custom-integrations/messaging/webhooks) #### Flagger configuration