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

pull/9/head 0.2.0
Markus Pesch 12 months ago
parent fb6f3501cd
commit 9e2deacbd2
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

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

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

Loading…
Cancel
Save