Fix ci error caused by wrong block of if clause. (#208)
Co-authored-by: druidliu <druidliu@tencent.com>
This commit is contained in:
parent
40a4d50923
commit
1b3e875ba2
@ -210,6 +210,7 @@ spec:
|
|||||||
- name: "{{ template "pulsar.fullname" . }}-{{ .Values.bookkeeper.component }}-{{ .Values.bookkeeper.volumes.ledgers.name }}"
|
- name: "{{ template "pulsar.fullname" . }}-{{ .Values.bookkeeper.component }}-{{ .Values.bookkeeper.volumes.ledgers.name }}"
|
||||||
mountPath: /pulsar/data/bookkeeper/ledgers
|
mountPath: /pulsar/data/bookkeeper/ledgers
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
{{- if .Values.bookkeeper.extraVolumeMounts }}
|
{{- if .Values.bookkeeper.extraVolumeMounts }}
|
||||||
{{ toYaml .Values.bookkeeper.extraVolumeMounts | indent 8 }}
|
{{ toYaml .Values.bookkeeper.extraVolumeMounts | indent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user