From 2a9017153f62023c8ba68f1f9806dab5d0133ff5 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Mon, 30 Oct 2023 11:15:04 +0100 Subject: [PATCH] Fix typo in the CsvAbnormalFailedOver2Min alerting rule Signed-off-by: Simon Pasquier --- deploy/chart/templates/0000_90_olm_01-prometheus-rule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/chart/templates/0000_90_olm_01-prometheus-rule.yaml b/deploy/chart/templates/0000_90_olm_01-prometheus-rule.yaml index f9dd9ba3f7..64bd3c7cf1 100644 --- a/deploy/chart/templates/0000_90_olm_01-prometheus-rule.yaml +++ b/deploy/chart/templates/0000_90_olm_01-prometheus-rule.yaml @@ -12,7 +12,7 @@ spec: - name: olm.csv_abnormal.rules rules: - alert: CsvAbnormalFailedOver2Min - expr: last_over_time(csv_abnormal{phase="Failed"}[5m]} + expr: last_over_time(csv_abnormal{phase="Failed"}[5m]) for: 2m labels: severity: warning