Skip to content

Commit

Permalink
Add priorityClassName to daemonsets.
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-burdick committed Oct 13, 2020
1 parent 482ff2e commit 4b1ad72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ spec:
{{ toYaml . | indent 12 }}
{{- end }}
{{- end }}
{{- if .Values.windows.priorityClassName }}
priorityClassName: {{ .Values.windows.priorityClassName | quote }}
{{- end }}
volumes:
- name: mountpoint-dir
hostPath:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ spec:
{{ toYaml . | indent 12 }}
{{- end }}
{{- end }}
{{- if .Values.linux.priorityClassName }}
priorityClassName: {{ .Values.linux.priorityClassName | quote }}
{{- end }}
volumes:
- name: mountpoint-dir
hostPath:
Expand Down

0 comments on commit 4b1ad72

Please sign in to comment.