Skip to content

Commit

Permalink
OSD-6505 Ignore alerts in openshift-operators
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbarge committed Mar 9, 2021
1 parent 165acb6 commit 4753029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/controller/secret/secret_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4753029

Please sign in to comment.