mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 19:48:25 +10:00
Fix typo in truststore file name (#2040)
Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: kafka
|
||||
version: 7.3.3
|
||||
version: 7.3.4
|
||||
appVersion: 2.4.0
|
||||
description: Apache Kafka is a distributed streaming platform.
|
||||
keywords:
|
||||
|
||||
@@ -301,7 +301,7 @@ If you enabled the authentication for Kafka, the SASL_SSL listener will be confi
|
||||
* interBrokerUser/interBrokerPassword: To authenticate kafka brokers between them.
|
||||
* zookeeperUser/zookeeperPassword: In the case that the Zookeeper chart is deployed with SASL authentication enabled.
|
||||
|
||||
In order to configure the authentication, you **must** create a secret containing the *kafka.keystore.jks* and *kafka.trustore.jks* certificates and pass the secret name with the `--auth.certificatesSecret` option when deploying the chart.
|
||||
In order to configure the authentication, you **must** create a secret containing the *kafka.keystore.jks* and *kafka.truststore.jks* certificates and pass the secret name with the `--auth.certificatesSecret` option when deploying the chart.
|
||||
|
||||
You can create the secret and deploy the chart with authentication using the following parameters:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user