Skip to main content

Slack

If you want to enable Slack, provide the webhook with optional text and title

Configuration

ParameterDescriptionRequired
alert.slack.webhookSlack webhook URLYes
alert.slack.titleCustomized title in slack messageNo
alert.slack.textCustomized text in slack messageNo

Example

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

Screenshot