From b2b0d6efa7715b695f3e601c151f42efcb68d1c5 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sun, 22 Mar 2026 13:35:24 -0700 Subject: [PATCH] C2(deploy-infra-alerting): impl fix PodNotReady noDataState to OK No unhealthy pods = no query results = noData state. With noDataState set to NoData, Grafana fires an alert with empty labels ("Pod in is not ready"). Change to OK since no results means everything is healthy. Co-Authored-By: Claude Opus 4.6 (1M context) --- argocd/manifests/grafana/alerting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/grafana/alerting.yaml b/argocd/manifests/grafana/alerting.yaml index 26370a3..3714bf1 100644 --- a/argocd/manifests/grafana/alerting.yaml +++ b/argocd/manifests/grafana/alerting.yaml @@ -150,7 +150,7 @@ groups: title: PodNotReady condition: C for: 5m - noDataState: NoData + noDataState: OK execErrState: Alerting annotations: summary: >-