Skip to content

Commit 6e824f0

Browse files
authored
Fix bookkeeper.extraVolumes (#596)
1 parent b703761 commit 6e824f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/pulsar/templates/bookkeeper-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,10 @@ spec:
245245
emptyDir: {}
246246
{{- end }}
247247
{{- include "pulsar.bookkeeper.certs.volumes" . | nindent 6 }}
248-
{{- include "pulsar.imagePullSecrets" . | nindent 6}}
249248
{{- if .Values.bookkeeper.extraVolumes }}
250249
{{ toYaml .Values.bookkeeper.extraVolumes | indent 6 }}
251250
{{- end }}
251+
{{- include "pulsar.imagePullSecrets" . | nindent 6}}
252252
{{- if and (and .Values.persistence .Values.volumes.persistence) .Values.bookkeeper.volumes.persistence}}
253253
volumeClaimTemplates:
254254
{{- if .Values.bookkeeper.volumes.useSingleCommonVolume }}

0 commit comments

Comments
 (0)