From 6932edc6d008cfb4495cb9aa3f261020aab75f48 Mon Sep 17 00:00:00 2001 From: TwiN Date: Mon, 14 Feb 2022 20:03:08 -0500 Subject: [PATCH] docs: Fix Google Chat alerting configuration example --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index f447dbe1..d6e7e3ed 100644 --- a/README.md +++ b/README.md @@ -405,7 +405,7 @@ endpoints: ```yaml alerting: - mattermost: + googlechat: webhook-url: "https://chat.googleapis.com/v1/spaces/*******/messages?key=**********&token=********" endpoints: @@ -423,10 +423,6 @@ endpoints: send-on-resolved: true ``` -Here's an example of what the notifications look like: - -![Google chat notifications](.github/assets/googlechat-alerts.png) - #### Configuring Mattermost alerts | Parameter | Description | Default | |:------------------------------------|:--------------------------------------------------------------------------------------------|:--------------|