Skip to content

Commit eed13dd

Browse files
committed
fix(alerts): stop mentioning OnCall on warnings
1 parent 16753d4 commit eed13dd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

terraform/k8s/monitoring-oncall.tpl.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ data:
751751
mention = f"<@&{ONCALL_ROLE_ID}>" if ONCALL_ROLE_ID else "@OnCall"
752752
mentions = {"parse": [], "roles": [ONCALL_ROLE_ID]} if ONCALL_ROLE_ID else {"parse": []}
753753
payload = {
754+
"content": "",
754755
"embeds": [embed],
755756
"allowed_mentions": {"parse": []},
756757
}
@@ -834,6 +835,8 @@ spec:
834835
metadata:
835836
labels:
836837
app: oncall-discord-proxy
838+
annotations:
839+
proxy.devsh.eu/restartedAt: "2025-12-14T00:00:00Z"
837840
spec:
838841
serviceAccountName: oncall-bootstrap
839842
containers:

0 commit comments

Comments
 (0)