Archived
1
0

Allow setting priorityClassName via helm chart (#5255)

Co-authored-by: Joe Previte <jjprevite@gmail.com>
This commit is contained in:
Tim Bordemann
2022-07-18 21:27:54 +02:00
committed by GitHub
parent 19f486b672
commit 530bb66d7c
2 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,9 @@ spec:
{{- if .Values.hostnameOverride }}
hostname: {{ .Values.hostnameOverride }}
{{- end }}
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
{{- if .Values.securityContext.enabled }}
securityContext:
fsGroup: {{ .Values.securityContext.fsGroup }}