[bitnami/kafka] fix: Setup of sasl authentication to external zookeeper (#23550)

Signed-off-by: Christian Kuhn <phello@gmx.de>
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Signed-off-by: Rafael Ríos Saavedra <rrios@vmware.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Rafael Ríos Saavedra <rrios@vmware.com>
This commit is contained in:
Christian Kuhn
2024-03-11 11:05:14 +01:00
committed by GitHub
parent 9b9b51888c
commit ac9dca4a19
4 changed files with 18 additions and 6 deletions

View File

@@ -306,6 +306,11 @@ spec:
- name: kafka-config
mountPath: /opt/bitnami/kafka/config/server.properties
subPath: server.properties
{{- if .Values.sasl.zookeeper.user }}
- name: kafka-config
mountPath: /opt/bitnami/kafka/config/kafka_jaas.conf
subPath: kafka_jaas.conf
{{- end }}
- name: tmp
mountPath: /tmp
{{- if or .Values.log4j .Values.existingLog4jConfigMap }}