Skip to content

Commit

Permalink
Made cleanup hook job honor pullSecret settings
Browse files Browse the repository at this point in the history
  • Loading branch information
malbiez committed Apr 17, 2024
1 parent 5d67b16 commit 35dd675
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8up/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- backup
- operator
- restic
version: 4.5.1
version: 4.5.2
sources:
- https://github.com/k8up-io/k8up
maintainers:
Expand Down
4 changes: 4 additions & 0 deletions charts/k8up/templates/cleanup-hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ spec:
labels:
{{- include "k8up.selectorLabels" . | nindent 8 }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
restartPolicy: Never
serviceAccountName: cleanup-service-account
containers:
Expand Down

0 comments on commit 35dd675

Please sign in to comment.