fix(k8s): correct template syntax in Alertmanager configuration for Microsoft Teams

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-13 19:56:57 +08:00
parent 5c273b8d6d
commit d22d094811

View File

@ -20,6 +20,6 @@ spec:
webhookUrl: webhookUrl:
key: 'webhook-url' key: 'webhook-url'
name: 'freeleaps-teams-webhook' name: 'freeleaps-teams-webhook'
title: {{ template "msteams.default.title" . }} title: '{{ template "msteams.default.title" . }}'
text: {{ template "msteams.default.text" . }} text: '{{ template "msteams.default.text" . }}'