fix(chart): add imagePullPolicy and imagePullSecret to bucket-hook

This commit is contained in:
hoppla20
2026-03-18 13:50:39 +01:00
parent 4a5243886a
commit 9ff96235c7
@@ -64,9 +64,11 @@ spec:
{{- if .Values.filer.podSecurityContext.enabled }}
securityContext: {{- omit .Values.filer.podSecurityContext "enabled" | toYaml | nindent 8 }}
{{- end }}
{{- include "seaweedfs.imagePullSecrets" $ | nindent 6 }}
containers:
- name: post-install-job
image: {{ template "master.image" . }}
imagePullPolicy: {{ $.Values.global.imagePullPolicy | default "IfNotPresent" }}
env:
- name: WEED_CLUSTER_DEFAULT
value: "sw"