mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/kafka] Add posibility to templatize externalZookeepers (#5374)
* [bitnami/kafka] Add posibility to templatize values * Bump version
This commit is contained in:
@@ -29,4 +29,4 @@ name: kafka
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-kafka
|
||||
- https://kafka.apache.org/
|
||||
version: 12.7.3
|
||||
version: 12.7.4
|
||||
|
||||
@@ -163,7 +163,7 @@ spec:
|
||||
{{- if .Values.zookeeper.enabled }}
|
||||
value: {{ include "kafka.zookeeper.fullname" . | quote }}
|
||||
{{- else }}
|
||||
value: {{ join "," .Values.externalZookeeper.servers | quote }}
|
||||
value: {{ include "common.tplvalues.render" (dict "value" (join "," .Values.externalZookeeper.servers) "context" $) }}
|
||||
{{- end }}
|
||||
- name: KAFKA_INTER_BROKER_LISTENER_NAME
|
||||
value: {{ .Values.interBrokerListenerName | quote }}
|
||||
|
||||
Reference in New Issue
Block a user