Update KafkaSource example with updated bootstrapServer, Topics format (#2410)

in knative/eventing-contrib#1156 we've updated the format for the
topics and bootstrapServer to be lists, update example accordingly
This commit is contained in:
Lukas Berk 2020-04-22 12:06:41 -04:00 committed by GitHub
parent 2ffa285b7a
commit 478839f4b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -35,8 +35,10 @@ metadata:
name: kafka-source
spec:
consumerGroup: KAFKA_CONSUMER_GROUP_NAME
bootstrapServers: KAFKA_BOOTSTRAP_SERVERS
topics: KAFKA_TOPICS
bootstrapServers:
- KAFKA_BOOTSTRAP_SERVERS
topics:
- KAFKA_TOPICS
net:
sasl:
enable: KAFKA_SASL_ENABLE