Skip to content

Commit 2a90171

Browse files
simonpasquierstevekuznetsov
authored andcommitted
Fix typo in the CsvAbnormalFailedOver2Min alerting rule
Signed-off-by: Simon Pasquier <[email protected]>
1 parent 1c419a3 commit 2a90171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/chart/templates/0000_90_olm_01-prometheus-rule.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
- name: olm.csv_abnormal.rules
1313
rules:
1414
- alert: CsvAbnormalFailedOver2Min
15-
expr: last_over_time(csv_abnormal{phase="Failed"}[5m]}
15+
expr: last_over_time(csv_abnormal{phase="Failed"}[5m])
1616
for: 2m
1717
labels:
1818
severity: warning

0 commit comments

Comments
 (0)