Skip to content

Commit

Permalink
Update CDIMultipleDefaultVirtStorageClasses alert (#3025)
Browse files Browse the repository at this point in the history
Update CDIMultipleDefaultVirtStorageClasses alert
health impact labels to "none".

Signed-off-by: Shirly Radco <sradco@redhat.com>
Co-authored-by: Shirly Radco <sradco@redhat.com>
  • Loading branch information
kubevirt-bot and sradco committed Dec 5, 2023
1 parent e4674c2 commit 8ab775d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/controller/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func getAlertRules(runbookURLTemplate string) []promv1.Rule {
},
map[string]string{
severityAlertLabelKey: "warning",
healthImpactAlertLabelKey: "warning",
healthImpactAlertLabelKey: "none",
partOfAlertLabelKey: partOfAlertLabelValue,
componentAlertLabelKey: componentAlertLabelValue,
},
Expand Down

0 comments on commit 8ab775d

Please sign in to comment.