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.
[ Full content available at:
https://github.com/apache/incubator-pulsar/issues/2522 ]
This message was relayed via gitbox.apache.org for [email protected]