We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6d0b63 + 9311490 commit a1c4836Copy full SHA for a1c4836
pkg/alerts/allowed_conformance.go
@@ -19,6 +19,10 @@ func AllowedAlertsDuringConformance(featureSet configv1.FeatureSet) (allowedFiri
19
AlertName: "VirtControllerRESTErrorsHigh",
20
Text: "https://issues.redhat.com/browse/CNV-50418",
21
},
22
+ {
23
+ AlertName: "InstallPlanStepAppliedWithWarnings",
24
+ Text: "https://issues.redhat.com/browse/OSSM-10876",
25
+ },
26
}
27
allowedFiringAlerts := MetricConditions{
28
{
0 commit comments