mirror of https://github.com/knative/docs.git
Update README.md (#5319)
KafkaSource sasl type is specified as 'saslType' config parameter but should be 'type'.
This commit is contained in:
parent
df86497d93
commit
7362dcf485
|
@ -374,7 +374,7 @@ Simple Authentication and Security Layer (SASL) is used by Apache Kafka for auth
|
|||
secretKeyRef:
|
||||
name: <secret_name>
|
||||
key: password
|
||||
saslType:
|
||||
type:
|
||||
secretKeyRef:
|
||||
name: <secret_name>
|
||||
key: saslType
|
||||
|
|
Loading…
Reference in New Issue