diff --git a/application/templates/deployment.yaml b/application/templates/deployment.yaml index 00567707..a3dce5c8 100644 --- a/application/templates/deployment.yaml +++ b/application/templates/deployment.yaml @@ -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: