mirror of https://github.com/knative/docs.git
Resolved the bug in the default styling of note (#5812)
* Resolved the bug in the default styling of note Signed-off-by: Abhay <abhayetwup123@gmail.com> * resolved spaces Signed-off-by: Abhay <abhayetwup123@gmail.com> * Resolved Link-Not-Opening Signed-off-by: Abhay <abhayetwup123@gmail.com> --------- Signed-off-by: Abhay <abhayetwup123@gmail.com>
This commit is contained in:
parent
6630e4be31
commit
b47fe2d8e1
|
@ -121,8 +121,8 @@ data:
|
||||||
brokerClass: MTChannelBasedBroker
|
brokerClass: MTChannelBasedBroker
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
Be aware that different Broker classes usually require different configuration ConfigMaps. See the configuration options of the different [Broker implementations](../brokers/broker-types/README.md) on how their referenced ConfigMaps have to look like (e.g. for [MTChannelBasedBroker](../brokers/broker-types/channel-based-broker/README.md#configuration-configmap) or [Knative Broker for Apache Kafka](../brokers/broker-types/kafka-broker/README.md#configure-a-kafka-broker)).
|
Be aware that different Broker classes usually require different configuration ConfigMaps. See the configuration options of the different [Broker implementations](../brokers/broker-types/README.md) on how their referenced ConfigMaps have to look like (e.g. for [MTChannelBasedBroker](../brokers/broker-types/channel-based-broker/README.md#configuration-configmap) or [Knative Broker for Apache Kafka](../brokers/broker-types/kafka-broker/README.md#configure-a-kafka-broker)).
|
||||||
|
|
||||||
## Configuring delivery spec defaults
|
## Configuring delivery spec defaults
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue