feat(argo): add PriorityClass support (#470)

This commit is contained in:
Daniel Megyesi 2020-10-14 00:48:07 +02:00 committed by GitHub
parent 9ed4650b9f
commit 209b7798d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 1 deletions

View file

@ -83,3 +83,6 @@ spec:
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.controller.priorityClassName }}
priorityClassName: {{ .Values.controller.priorityClassName }}
{{- end }}