Fix bookkeeper.extraVolumes (#596)

This commit is contained in:
gulecroc 2025-04-15 10:04:10 +02:00 committed by GitHub
parent b703761a52
commit 6e824f0c4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}