feat: support pod priorityClassName
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-04-18 11:00:00 +02:00
parent d75e1568ed
commit c719b477df
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,9 @@ spec:
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.podPriorityClassName }}
priorityClassName: {{ .Values.podPriorityClassName }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}

View File

@ -14,6 +14,8 @@ fullnameOverride: ""
podAnnotations: {}
podPriorityClassName: ""
podSecurityContext: {}
# fsGroup: 2000