Allow to configure a priorityClassName for Daemonsets
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user