datastax / pulsar-helm-chart

Apache Pulsar Helm chart
Apache License 2.0
46 stars 38 forks source link

Fix bookies metadata format if tls on zookeeper is enabled #277

Closed nicoloboschi closed 1 year ago

nicoloboschi commented 1 year ago

If tls enabled on zookeeper, the init container of the bookie statefulset always fails creating the zookeeper client because keys and certificates are not mounted in the container.

Since the init container command allows failures, it's hard to catch this issue