feat(argo): add PriorityClass support (#470)
This commit is contained in:
parent
9ed4650b9f
commit
209b7798d7
4 changed files with 15 additions and 1 deletions
|
|
@ -83,3 +83,6 @@ spec:
|
|||
affinity:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.priorityClassName }}
|
||||
priorityClassName: {{ .Values.controller.priorityClassName }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue