Skip to content

Commit

Permalink
Fix typo in broker admin config options (#5480)
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr authored Mar 16, 2023
1 parent e868d4a commit 8687360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eventing/brokers/broker-admin-config-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
namespace: knative-eventing
```

A Broker object that does not have a `spec.config` specified uses the `config-br-default-channel` ConfigMap dy default because this is specified in the `config-br-defaults` ConfigMap.
A Broker object that does not have a `spec.config` specified uses the `config-br-default-channel` ConfigMap by default because this is specified in the `config-br-defaults` ConfigMap.

However, if you have installed a different Channel implementation, for example, Kafka, and would like this to be used as the default Channel implementation for any Broker that is created, you can change the `config-br-defaults` ConfigMap to look as follows:

Expand Down

0 comments on commit 8687360

Please sign in to comment.