mirror of https://github.com/knative/docs.git
Adding missing broker class (#2452)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
This commit is contained in:
parent
84a6e80d3b
commit
f5ac1101b2
|
@ -62,11 +62,13 @@ metadata:
|
|||
data:
|
||||
default-br-config: |
|
||||
clusterDefault:
|
||||
brokerClass: ChannelBasedBroker
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
name: imc-channel
|
||||
namespace: knative-eventing
|
||||
namespaceDefaults:
|
||||
brokerClass: ChannelBasedBroker
|
||||
test-broker-6:
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
|
@ -74,7 +76,6 @@ data:
|
|||
namespace: knative-eventing
|
||||
```
|
||||
|
||||
|
||||
## Installing Broker by Annotation
|
||||
|
||||
The easiest way to get Broker installed, is to annotate your namespace
|
||||
|
|
Loading…
Reference in New Issue