From da85ec9a3b47bc2182750d935a63761eaebd8a4f Mon Sep 17 00:00:00 2001 From: Alison Dowdney Date: Thu, 15 Apr 2021 22:37:56 +0100 Subject: [PATCH] formatting --- docs/guides/chat-notifications.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/guides/chat-notifications.md b/docs/guides/chat-notifications.md index 7a1649e8..3cfddb12 100644 --- a/docs/guides/chat-notifications.md +++ b/docs/guides/chat-notifications.md @@ -118,7 +118,6 @@ Create a notification provider for your service by referencing the above secret: type: googlechat ``` - The provider type can be `slack`, `discord`, `msteams`, `rocket`, `googlechat` or `generic` When type `generic` is specified, the notification controller will post the incoming @@ -168,12 +167,9 @@ on-call-webapp True Initialized 1m ``` Multiple alerts can be used to send notifications to different channels or Slack organizations. - The event severity can be set to `info` or `error`. -When the severity is set to `error`, the kustomize controller will alert on any error -encountered during the reconciliation process. -This includes kustomize build and validation errors, -apply errors and health check failures. +When the severity is set to `error`, the kustomize controller will alert on any error encountered during the reconciliation process. +This includes kustomize build and validation errors, apply errors and health check failures. ![error alert](../_files/slack-error-alert.png)