Skip to main content

Microsoft Teams

If you want to enable Microsoft Teams, provide the channel webhook with optional text and title

Configuration

ParameterDescriptionRequired
alert.teams.webhookMicrosoft teams webhook URLYes
alert.teams.titleCustomized title in Microsoft teams messageNo
alert.teams.textCustomized text in Microsoft teams messageNo

Example

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

Screenshot