We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a95ad commit 12217d1Copy full SHA for 12217d1
deploy/chart/templates/0000_90_olm_01-prometheus-rule.yaml
@@ -29,7 +29,7 @@ spec:
29
namespace: "{{ "{{ $labels.namespace }}" }}"
30
annotations:
31
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.
+ description: Fires whenever a CSV is in the Replacing, Pending, Deleting, or Unknown phase for more than 30 minutes.
33
message: Failed to install Operator {{ printf "{{ $labels.name }}" }} version {{ printf "{{ $labels.version }}" }}. Phase-{{ printf "{{ $labels.phase }}" }} Reason-{{ printf "{{ $labels.reason }}" }}
34
- name: olm.installplan.rules
35
rules:
0 commit comments