Skip to content

Commit 1e86266

Browse files
committed
Made cleanup hook job honor pullSecret settings
1 parent 5d67b16 commit 1e86266

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

charts/k8up/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ description: Kubernetes and OpenShift Backup Operator based on restic
33
name: k8up
44
home: https://k8up.io/
55
keywords:
6-
- backup
7-
- operator
8-
- restic
9-
version: 4.5.1
6+
- backup
7+
- operator
8+
- restic
9+
version: 4.5.2
1010
sources:
11-
- https://github.com/k8up-io/k8up
11+
- https://github.com/k8up-io/k8up
1212
maintainers:
13-
- name: K8up Authors
14-
13+
- name: K8up Authors
14+

charts/k8up/templates/cleanup-hook.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ spec:
7979
labels:
8080
{{- include "k8up.selectorLabels" . | nindent 8 }}
8181
spec:
82+
{{- with .Values.imagePullSecrets }}
83+
imagePullSecrets:
84+
{{- toYaml . | nindent 8 }}
85+
{{- end }}
8286
restartPolicy: Never
8387
serviceAccountName: cleanup-service-account
8488
containers:

0 commit comments

Comments
 (0)