Google Chat
If you want to enable Google Chat, provide the webhook with optional text
Configuration
Parameter | Description | Required |
---|---|---|
alert.googlechat.webhook | Google Chat webhook URL | Yes |
alert.googlechat.text | Customized text in Google Chat message | No |
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"