From 3a40b3010a621341a052fceb0c4f13b2e6758e66 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Mon, 1 Dec 2025 17:20:45 -0800 Subject: [PATCH] Don't disable grafana alerting I lost a bunch of time today trying to figure out why this default feature was not enabled. Ref https://github.com/2i2c-org/infrastructure/issues/7166 --- helm-charts/support/values.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helm-charts/support/values.yaml b/helm-charts/support/values.yaml index 5122ce3951..54caee29a8 100644 --- a/helm-charts/support/values.yaml +++ b/helm-charts/support/values.yaml @@ -326,10 +326,6 @@ grafana: # Because our grafana is behind an nginx ingress, this should match the # read timeout set above under `ingress.annotations`. timeout: 120 - unified_alerting: - # Disable alerting for now as its not something our community users can - # setup. See https://github.com/2i2c-org/infrastructure/issues/4919. - enabled: false server: root_url: "" enable_gzip: true