[KafkaSink] Fix auth secret reference (#3438)

This commit is contained in:
Pierangelo Di Pilato 2021-04-12 19:21:43 +02:00 committed by GitHub
parent fe08f692e8
commit aa8c639a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -77,7 +77,10 @@ spec:
topic: mytopic topic: mytopic
bootstrapServers: bootstrapServers:
- my-cluster-kafka-bootstrap.kafka:9092 - my-cluster-kafka-bootstrap.kafka:9092
auth.secret.ref.name: my_secret auth:
secret:
ref:
name: my_secret
``` ```
The `Secret` `my_secret` must exist in the same namespace of the `KafkaSink`, in this case: `default`. The `Secret` `my_secret` must exist in the same namespace of the `KafkaSink`, in this case: `default`.