1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

use imagePullSecrets in post-delete-job

This commit is contained in:
Volodymyr Samokhatko 2024-09-30 15:20:29 +02:00
parent 4dbe9c8951
commit f510e8b2d0

View file

@ -66,6 +66,10 @@ spec:
role: prune
spec:
serviceAccountName: {{ include "node-feature-discovery.fullname" . }}-prune
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: nfd-master
securityContext: