From b5e10d87d6d6925f7afe12f1119b1aa0465b5f0c Mon Sep 17 00:00:00 2001 From: Kiran Date: Wed, 7 Jan 2026 08:20:44 +0100 Subject: [PATCH] [bitnami/kafka] Minor typo fix in README for Kafka listeners (#36426) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Minor typo fix in README for Kafka listeners Came across when going through the docs, just a minor typo ? Signed-off-by: Kiran * Update README.md Signed-off-by: Carlos Rodríguez Hernández --------- Signed-off-by: Kiran Signed-off-by: Carlos Rodríguez Hernández Co-authored-by: Carlos Rodríguez Hernández --- bitnami/kafka/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/kafka/README.md b/bitnami/kafka/README.md index 19f2f93017..519d4e3ae4 100644 --- a/bitnami/kafka/README.md +++ b/bitnami/kafka/README.md @@ -66,7 +66,7 @@ This chart allows you to automatically configure Kafka with 4 listeners: - One for controller communications. - A second one for inter-broker communications. - A third one for communications with clients within the K8s cluster. -- (optional) a forth listener for communications with clients outside the K8s cluster. Check [this section](#accessing-kafka-brokers-from-outside-the-cluster) for more information. +- (optional) A fourth listener for communications with clients outside the K8s cluster. Check [this section](#accessing-kafka-brokers-from-outside-the-cluster) for more information. For more complex configurations, set the `listeners`, `advertisedListeners` and `listenerSecurityProtocolMap` parameters as needed.