Skip to content

Commit

Permalink
Merge pull request #145 from mrbarge/osd-6505-ignore-openshift-operat…
Browse files Browse the repository at this point in the history
…ors-alerts

OSD-6505 Ignore alerts in openshift-operators
  • Loading branch information
openshift-merge-robot authored Mar 11, 2021
2 parents f9dde14 + 4753029 commit f952dd2
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 f952dd2

Please sign in to comment.