1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

Revert "feat(alertmanager): send text email as well"

This reverts commit 3b1af791c9.
This commit is contained in:
2022-12-03 08:45:40 +01:00
parent 2b2514b2eb
commit b5514150ab

View File

@@ -202,13 +202,6 @@ in {
auth_username = cock.user;
auth_identity = cock.user;
auth_password = cock.password;
text = ''
{{range .Alerts -}}
{{ .Status }}: {{ index .Annotations "summary" }}
Generated by: {{.generatorURL}}
See at: {{.externalURL}}
{{end -}}
'';
}
];
}