Skip to main content

Google Chat

If you want to enable Google Chat, provide the webhook with optional text

Configuration

ParameterDescriptionRequired
alert.googlechat.webhookGoogle Chat webhook URLYes
alert.googlechat.textCustomized text in Google Chat messageNo

Example

apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
alert:
googlechat:
webhook: WEBHOOK_URL
text: "optional customized text"

Screenshot