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:
key: 'webhook-url'
name: 'freeleaps-teams-webhook'
title: {{ template "msteams.default.title" . }}
text: {{ template "msteams.default.text" . }}
title: '{{ template "msteams.default.title" . }}'
text: '{{ template "msteams.default.text" . }}'