Skip to content

Commit ffc69d7

Browse files
mrbargetmshort
authored andcommitted
Correct spelling typo in CSVAnormalOver30Min alert desc (#2972)
Signed-off-by: Matt Bargenquast <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 12217d13efec647e91dd3279725432e39cd4a828
1 parent ab9e089 commit ffc69d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/operator-lifecycle-manager/deploy/chart/templates/0000_90_olm_01-prometheus-rule.yaml

Lines changed: 1 addition & 1 deletion
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)