Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <ericshenyuhao@outlook.com>
  • Loading branch information
ericsyh committed Dec 11, 2024
1 parent 790a71c commit bf6cb77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/pulsar/templates/_broker.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/pulsar/templates/proxy-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit bf6cb77

Please sign in to comment.