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

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

View File

@ -80,6 +80,9 @@ spec:
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- if .Values.podPriorityClassName }}
priorityClassName: {{ .Values.podPriorityClassName }}
{{- end }}
restartPolicy: Never
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 12 }}

View File

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