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:
parent
6a101422ee
commit
b245537f9b
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue