Skip to content

Commit

Permalink
feat: add imagepullsecrets on pulsar-manager-initialize job
Browse files Browse the repository at this point in the history
  • Loading branch information
lenglet-k committed Oct 2, 2024
1 parent fffdcfc commit 6c0f2d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
{{- end }}
template:
spec:
{{- include "pulsar.imagePullSecrets" . | nindent 6 }}
nodeSelector:
{{- if .Values.pulsar_metadata.nodeSelector }}
{{ toYaml .Values.pulsar_metadata.nodeSelector | indent 8 }}
Expand Down

0 comments on commit 6c0f2d7

Please sign in to comment.