diff --git a/charts/pulsar/templates/pulsar-cluster-initialize.yaml b/charts/pulsar/templates/pulsar-cluster-initialize.yaml index 9418868..53b83fe 100644 --- a/charts/pulsar/templates/pulsar-cluster-initialize.yaml +++ b/charts/pulsar/templates/pulsar-cluster-initialize.yaml @@ -86,7 +86,7 @@ spec: {{- end }} command: ["sh", "-c"] args: - - > + - | {{- include "pulsar.toolset.zookeeper.tls.settings" . | nindent 12 }} bin/pulsar initialize-cluster-metadata \ --cluster {{ template "pulsar.cluster.name" . }} \