fix(helm): clickhouse change port type to integer (#508)
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
c795e0480d
commit
2752118e94
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue