mirror of https://github.com/knative/docs.git
[KafkaSink] Fix auth secret reference (#3438)
This commit is contained in:
parent
fe08f692e8
commit
aa8c639a23
|
@ -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`.
|
||||||
|
|
Loading…
Reference in New Issue