mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2025-10-30 18:17:48 +00:00
remove hardcoded reference in Kafka config
This commit is contained in:
@@ -14,4 +14,4 @@ data:
|
||||
ssl.truststore.location=/etc/kafka/secrets/truststore.jks
|
||||
ssl.truststore.password={{ .Values.creds.sslTruststorePassword | b64enc }}
|
||||
ssl.truststore.type=JKS
|
||||
bootstrap.servers=tip-wlan-kafka-headless:9093
|
||||
bootstrap.servers={{ include "kafka.service" . }}:9093
|
||||
|
||||
Reference in New Issue
Block a user