Fix typo in truststore file name (#2040)

Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com>
This commit is contained in:
Rafael Ríos Saavedra
2020-03-12 08:40:46 +01:00
committed by GitHub
parent 9459a267e4
commit 2528fed82d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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: