Fix bookkeeper.extraVolumes (#596)
This commit is contained in:
parent
b703761a52
commit
6e824f0c4e
@ -245,10 +245,10 @@ spec:
|
|||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- include "pulsar.bookkeeper.certs.volumes" . | nindent 6 }}
|
{{- include "pulsar.bookkeeper.certs.volumes" . | nindent 6 }}
|
||||||
{{- include "pulsar.imagePullSecrets" . | nindent 6}}
|
|
||||||
{{- if .Values.bookkeeper.extraVolumes }}
|
{{- if .Values.bookkeeper.extraVolumes }}
|
||||||
{{ toYaml .Values.bookkeeper.extraVolumes | indent 6 }}
|
{{ toYaml .Values.bookkeeper.extraVolumes | indent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- include "pulsar.imagePullSecrets" . | nindent 6}}
|
||||||
{{- if and (and .Values.persistence .Values.volumes.persistence) .Values.bookkeeper.volumes.persistence}}
|
{{- if and (and .Values.persistence .Values.volumes.persistence) .Values.bookkeeper.volumes.persistence}}
|
||||||
volumeClaimTemplates:
|
volumeClaimTemplates:
|
||||||
{{- if .Values.bookkeeper.volumes.useSingleCommonVolume }}
|
{{- if .Values.bookkeeper.volumes.useSingleCommonVolume }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user