File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments