From 3d446576119277ab227e551cc2c7355832bd13f5 Mon Sep 17 00:00:00 2001 From: Matthias Baur Date: Tue, 19 Mar 2024 16:59:31 +0100 Subject: [PATCH] Bug Fix: CNPGClusterLowDiskSpaceCritical Severity should be critical not warning (#223) Signed-off-by: Matthias Baur --- charts/cluster/templates/prometheus-rule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cluster/templates/prometheus-rule.yaml b/charts/cluster/templates/prometheus-rule.yaml index 3da33025b..bc3ffde84 100644 --- a/charts/cluster/templates/prometheus-rule.yaml +++ b/charts/cluster/templates/prometheus-rule.yaml @@ -173,5 +173,5 @@ spec: ) > 0.9 for: 5m labels: - severity: warning + severity: critical {{ end }}