Skip to content

Commit 64ec4a6

Browse files
committed
[helm] Fix Zookeeper client config path
1 parent 852737e commit 64ec4a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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)