From 82be4678b1ae9c4b416520e192f05bf9e672becd Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 27 Nov 2024 12:50:26 -0800 Subject: [PATCH] Remove outdated inline comment about grafana & alertmanager --- 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 154a5d8eb..71de92619 100644 --- a/helm-charts/support/values.yaml +++ b/helm-charts/support/values.yaml @@ -65,10 +65,6 @@ ingress-nginx: # values ref: https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus/values.yaml # prometheus: - # alertmanager is an optional prometheus chart dependency that we opt-out from - # as we favor Grafana for this functionality. Grafana provides alerts and does - # so with a better UI that we expose publicly behind auth anyhow. - # alertmanager: enabled: false