Allow to configure a priorityClassName for Daemonsets

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-27 08:09:00 -08:00
committed by kfox1111
parent ba41f04df5
commit f8cdec3f99
6 changed files with 14 additions and 0 deletions
@@ -25,6 +25,9 @@ spec:
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
containers:
# This is the container which runs the SPIFFE CSI driver.
- name: {{ .Chart.Name }}