fix(helm): clickhouse change port type to integer (#508)

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2022-05-25 16:00:13 +00:00 committed by GitHub
parent c795e0480d
commit 2752118e94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ spec:
zookeeper:
nodes:
- host: "{{ .Values.global.kafka.zookeeperHost }}"
port: "{{ .Values.global.kafka.zookeeperNonTLSPort }}"
port: {{ .Values.global.kafka.zookeeperNonTLSPort }}
clusters:
- name: replicated
layout: