mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +08:00
[bitnami/kafka] Fix Kafka log/logs dir config (#20476)
This commit is contained in:
committed by
GitHub
parent
3912649deb
commit
a36243d9d3
@@ -40,6 +40,10 @@ data:
|
||||
inter.broker.protocol.version={{ default (regexFind "^[0-9].[0-9]+" .Chart.AppVersion) .Values.interBrokerProtocolVersion }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
# Kafka data logs directory
|
||||
log.dir={{ printf "%s/data" .Values.broker.persistence.mountPath }}
|
||||
# Kafka application logs directory
|
||||
logs.dir={{ .Values.broker.logPersistence.mountPath }}
|
||||
{{- include "kafka.commonConfig" . | nindent 4 }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.extraConfig "context" $ ) | nindent 4 }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.broker.extraConfig "context" $ ) | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user