From 0cb4f350570f23b74a862bdfaf1ee759403c69c1 Mon Sep 17 00:00:00 2001 From: Tony Du Date: Wed, 12 Feb 2025 10:17:27 -0800 Subject: [PATCH] fix: Alert regex --- k8s/infrastructure/configs/flux/discord-alert.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/infrastructure/configs/flux/discord-alert.yaml b/k8s/infrastructure/configs/flux/discord-alert.yaml index 63bc8f2..77ad3c6 100644 --- a/k8s/infrastructure/configs/flux/discord-alert.yaml +++ b/k8s/infrastructure/configs/flux/discord-alert.yaml @@ -51,5 +51,5 @@ spec: # name: '*' exclusionList: # These are so noisy - - "*HelmRepository/flux-system/prometheus-community configured*" - - "*HelmRepository/flux-system/traefik configured*" + - "HelmRepository/flux-system/prometheus-community configured" + - "HelmRepository/flux-system/traefik configured"