Skip to content

Commit

Permalink
fix: deployment priorityclassname (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Omelchenko <[email protected]>
  • Loading branch information
rtest12 and rtest12 authored Aug 10, 2024
1 parent 63b7619 commit 5e2714c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
{{ toYaml .Values.deployment.nodeSelector | indent 8 }}
{{- end }}
{{- with .Values.deployment.priorityClassName }}
priorityClassName: {{ .Values.deployment.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
{{- if .Values.deployment.tolerations }}
tolerations:
Expand Down

0 comments on commit 5e2714c

Please sign in to comment.