fix(k8s): correct template syntax in Alertmanager configuration for Microsoft Teams
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
5c273b8d6d
commit
d22d094811
@ -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" . }}'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user