diff --git a/docs/eventing/broker-trigger.md b/docs/eventing/broker-trigger.md index 7c32a0620bf..72f383e693c 100644 --- a/docs/eventing/broker-trigger.md +++ b/docs/eventing/broker-trigger.md @@ -145,9 +145,8 @@ kubectl -n default create rolebinding eventing-broker-filter \ Note that these commands each use three different objects, all named `eventing-broker-ingress` or `eventing-broker-filter`. The `ClusterRole` is installed with Knative Eventing -[here](https://github.com/knative/eventing/blob/master/config/200-broker-clusterrole.yaml). -The `ServiceAccount` was created two commands prior. The `RoleBinding` is -created here. +[here](https://github.com/knative/eventing/blob/master/config/200-broker-clusterrole.yaml). The `ServiceAccount` was +created two commands prior. The `RoleBinding` is created with this command. Create RBAC permissions granting access to shared configmaps for logging, tracing, and metrics configuration.