From 2528fed82dbb4db9234cd35118fdbf2b15418bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=ADos=20Saavedra?= Date: Thu, 12 Mar 2020 08:40:46 +0100 Subject: [PATCH] Fix typo in truststore file name (#2040) Signed-off-by: Rafael Rios Saavedra --- bitnami/kafka/Chart.yaml | 2 +- bitnami/kafka/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/kafka/Chart.yaml b/bitnami/kafka/Chart.yaml index 39759d262..46629148a 100644 --- a/bitnami/kafka/Chart.yaml +++ b/bitnami/kafka/Chart.yaml @@ -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: diff --git a/bitnami/kafka/README.md b/bitnami/kafka/README.md index f94bd4f9d..bbe9c794a 100644 --- a/bitnami/kafka/README.md +++ b/bitnami/kafka/README.md @@ -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: