Skip to content

Commit 12217d1

Browse files
authoredJun 28, 2023
Correct spelling typo in CSVAnormalOver30Min alert desc (#2972)
Signed-off-by: Matt Bargenquast <[email protected]>
1 parent 08a95ad commit 12217d1

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
@@ -29,7 +29,7 @@ spec:
2929
namespace: "{{ "{{ $labels.namespace }}" }}"
3030
annotations:
3131
summary: CSV abnormal for over 30 minutes
32-
description: Fires whenever a CSV is in the Replacing, Pending, Deleting, or Unkown phase for more than 30 minutes.
32+
description: Fires whenever a CSV is in the Replacing, Pending, Deleting, or Unknown phase for more than 30 minutes.
3333
message: Failed to install Operator {{ printf "{{ $labels.name }}" }} version {{ printf "{{ $labels.version }}" }}. Phase-{{ printf "{{ $labels.phase }}" }} Reason-{{ printf "{{ $labels.reason }}" }}
3434
- name: olm.installplan.rules
3535
rules:

0 commit comments

Comments
 (0)
Please sign in to comment.