mirror of https://github.com/knative/docs.git
Removing pipe from KafkaChannel spec (#2303)
Removing pipe from KafkaChannel spec due to the following error on broker initialization: - Failed to reconcile trigger channel: json: cannot unmarshal string into Go struct field Channelable.spec of type v1alpha1.ChannelableSpec Which prevents the broker to initialize.
This commit is contained in:
parent
38dd475d66
commit
43a23c5492
|
@ -46,7 +46,7 @@ data:
|
|||
channelTemplateSpec: |
|
||||
apiVersion: messaging.knative.dev/v1alpha1
|
||||
kind: KafkaChannel
|
||||
spec: |
|
||||
spec:
|
||||
numPartitions: 3
|
||||
replicationFactor: 1
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue