diff --git a/charts/pulsar/templates/_broker.tpl b/charts/pulsar/templates/_broker.tpl index 2d259d16..d06b5686 100644 --- a/charts/pulsar/templates/_broker.tpl +++ b/charts/pulsar/templates/_broker.tpl @@ -81,7 +81,7 @@ Define broker tls certs volumes path: tls.key - name: ca secret: - secretName: ""{{ template "pulsar.tls.ca.secret.name" . }}"" + secretName: "{{ template "pulsar.tls.ca.secret.name" . }}" items: - key: ca.crt path: ca.crt diff --git a/charts/pulsar/templates/proxy-statefulset.yaml b/charts/pulsar/templates/proxy-statefulset.yaml index cc83bd74..e1b3fd0b 100644 --- a/charts/pulsar/templates/proxy-statefulset.yaml +++ b/charts/pulsar/templates/proxy-statefulset.yaml @@ -247,7 +247,7 @@ spec: readOnly: true {{- end }} {{- end }} - {{- include "pulsar.bookkeeper.certs.volumeMounts" . | nindent 8 }} + {{- include "pulsar.proxy.certs.volumeMounts" . | nindent 8 }} {{- if .Values.proxy.extraVolumeMounts }} {{ toYaml .Values.proxy.extraVolumeMounts | indent 10 }} {{- end }}