fix: add priorityClassName to argo-cd deployments pod specs (#377)
* add priorityClassName to argo-cd deployments pod specs Signed-off-by: Ashwin Chandrasekar <ashwin.chandrasekar@lexisnexis.com> * Fix priorityClassName templating in redis deployment Co-authored-by: Spencer Gilbert <Spencer.Gilbert@gmail.com>
This commit is contained in:
parent
2b9193ac69
commit
f6266c9e2a
6 changed files with 16 additions and 1 deletions
|
|
@ -103,4 +103,7 @@ spec:
|
|||
volumes:
|
||||
{{- toYaml .Values.dex.volumes | nindent 8}}
|
||||
{{- end }}
|
||||
{{- if .Values.dex.priorityClassName }}
|
||||
priorityClassName: {{ .Values.dex.priorityClassName }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue