vli02 commented on issue #2522: Wrong zookeeper server names are used in zookeeper helm charts. URL: https://github.com/apache/incubator-pulsar/issues/2522#issuecomment-418838240 The name of zookeeper is deployed as: ```"{{ template "pulsar.fullname" . }}-{{ .Values.zookeeper.component }}"``` the use of zookeeper name is: ```{{ printf "%s-%s-%s-%d" $global.Release.Name $global.Chart.Name $global.Values.zookeeper.component $i }}``` They are inconsistent, the template `pulsar.fullname` does not always combine the *release name* and *chart name* together. I will create a pull request soon.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
