Skip to content

Commit b245537

Browse files
ramesiusVelorumS
andcommitted
allow configuration of image pull secrets in post-delete job
Co-authored-by: VelorumS <[email protected]>
1 parent 6a10142 commit b245537

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)