Skip to content

Commit

Permalink
Fix typo in the CsvAbnormalFailedOver2Min alerting rule
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
  • Loading branch information
simonpasquier authored and stevekuznetsov committed Oct 30, 2023
1 parent 1c419a3 commit 2a90171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/chart/templates/0000_90_olm_01-prometheus-rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a90171

Please sign in to comment.