diff --git a/pkg/controller/secret/secret_controller.go b/pkg/controller/secret/secret_controller.go index 6f2d3465..dab88dde 100644 --- a/pkg/controller/secret/secret_controller.go +++ b/pkg/controller/secret/secret_controller.go @@ -120,6 +120,8 @@ func createPagerdutyRoute() *alertmanager.Route { {Receiver: receiverNull, Match: map[string]string{"namespace": "openshift-customer-monitoring"}}, // https://issues.redhat.com/browse/OSD-3569 {Receiver: receiverNull, Match: map[string]string{"namespace": "openshift-operators"}}, + // https://issues.redhat.com/browse/OSD-6505 + {Receiver: receiverNull, Match: map[string]string{"exported_namespace": "openshift-operators"}}, // https://issues.redhat.com/browse/OSD-3629 {Receiver: receiverNull, Match: map[string]string{"alertname": "CustomResourceDetected"}}, // https://issues.redhat.com/browse/OSD-3629