Skip to content

Commit e9bfd72

Browse files
authored
[helm] Fix Zookeeper client config path (#3015)
1 parent f8885f1 commit e9bfd72

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

helm/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ data:
5757
### Zookeeper
5858
5959
{{- if (include "fluss.security.zookeeper.sasl.enabled" .) }}
60-
zookeeper.client.config.path: /etc/fluss/conf/zookeeper-client.properties
60+
zookeeper.client.config-path: /etc/fluss/conf/zookeeper-client.properties
6161
{{- end }}

helm/tests/security_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ tests:
393393
asserts:
394394
- matchRegex:
395395
path: data["server.yaml"]
396-
pattern: 'zookeeper\.client\.config\.path: /etc/fluss/conf/zookeeper-client\.properties'
396+
pattern: 'zookeeper\.client\.config-path: /etc/fluss/conf/zookeeper-client\.properties'
397397

398398
---
399399

@@ -474,7 +474,7 @@ tests:
474474
asserts:
475475
- notMatchRegex:
476476
path: data["server.yaml"]
477-
pattern: 'zookeeper\.client\.config\.path'
477+
pattern: 'zookeeper\.client\.config-path'
478478

479479
---
480480

0 commit comments

Comments
 (0)