shink commented on code in PR #4121:
URL: https://github.com/apache/incubator-inlong/pull/4121#discussion_r867426774


##########
docker/kubernetes/templates/tubemq-master-ini-configmap.yaml:
##########
@@ -38,7 +38,7 @@ data:
     metaDataPath=/data/meta_data
     useWebProxy=true
 
-    [zookeeper]
+    [meta_zookeeper]
     zkNodeRoot=/tubemq
     zkServerAddr={{ template "inlong.fullname" . }}-{{ 
.Values.zookeeper.component }}:2181

Review Comment:
   The `inlong.zookeeper.hostname` configuration can be used.
   
   ```suggestion
       zkServerAddr={{ template "inlong.zookeeper.hostname" . }}:{{ 
.Values.zookeeper.ports.client }}
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to