Skip to content

Commit

Permalink
ROX-13092: fix eventrouter templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rhybrillou committed Apr 13, 2023
1 parent c2229e0 commit 8f9d4fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ subjects:
name: eventrouter
namespace: openshift-logging
roleRef:
aoiGroup: rbac.authorization.k8s.io
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: event-reader
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ metadata:
spec:
replicas: 1
selector:
component: "eventrouter"
logging-infra: "eventrouter"
provider: "openshift"
matchLabels:
component: "eventrouter"
logging-infra: "eventrouter"
provider: "openshift"
template:
metadata:
labels:
Expand Down

0 comments on commit 8f9d4fe

Please sign in to comment.