diff --git a/docs/eventing/samples/kafka/source/event-source.yaml b/docs/eventing/samples/kafka/source/event-source.yaml index 6d84e810e0..c48c2ca1be 100644 --- a/docs/eventing/samples/kafka/source/event-source.yaml +++ b/docs/eventing/samples/kafka/source/event-source.yaml @@ -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