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

Merge pull request #2082 from ramesius/master

Allow configuration of image pull secrets in post-delete job
This commit is contained in:
Kubernetes Prow Robot 2025-03-12 02:25:47 -07:00 committed by GitHub
commit 0a7b1cb92f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: