1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-17 13:58:21 +00:00

allow configuration of image pull secrets in post-delete job

Co-authored-by: VelorumS <velorums@users.noreply.github.com>
This commit is contained in:
Matthew Turner 2025-03-11 14:48:03 +11:00
parent 6a101422ee
commit b245537f9b

View file

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