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:
Luiz Cesar Cherri 2020-03-12 18:55:29 -03:00 committed by GitHub
parent 38dd475d66
commit 43a23c5492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ data:
channelTemplateSpec: |
apiVersion: messaging.knative.dev/v1alpha1
kind: KafkaChannel
spec: |
spec:
numPartitions: 3
replicationFactor: 1
```