We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b703761 commit 6e824f0Copy full SHA for 6e824f0
charts/pulsar/templates/bookkeeper-statefulset.yaml
@@ -245,10 +245,10 @@ spec:
245
emptyDir: {}
246
{{- end }}
247
{{- include "pulsar.bookkeeper.certs.volumes" . | nindent 6 }}
248
- {{- include "pulsar.imagePullSecrets" . | nindent 6}}
249
{{- if .Values.bookkeeper.extraVolumes }}
250
{{ toYaml .Values.bookkeeper.extraVolumes | indent 6 }}
251
+ {{- include "pulsar.imagePullSecrets" . | nindent 6}}
252
{{- if and (and .Values.persistence .Values.volumes.persistence) .Values.bookkeeper.volumes.persistence}}
253
volumeClaimTemplates:
254
{{- if .Values.bookkeeper.volumes.useSingleCommonVolume }}
0 commit comments