Skip to content

Commit 0a7b1cb

Browse files
authored
Merge pull request #2082 from ramesius/master
Allow configuration of image pull secrets in post-delete job
2 parents e5ee32b + b245537 commit 0a7b1cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deployment/helm/node-feature-discovery/templates/post-delete-job.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ spec:
6666
role: prune
6767
spec:
6868
serviceAccountName: {{ include "node-feature-discovery.fullname" . }}-prune
69+
{{- with .Values.imagePullSecrets }}
70+
imagePullSecrets:
71+
{{- toYaml . | nindent 8 }}
72+
{{- end }}
6973
containers:
7074
- name: nfd-master
7175
securityContext:

0 commit comments

Comments
 (0)