From f456087b073102930c0f032c471bf7ab71d0f481 Mon Sep 17 00:00:00 2001 From: Maxim Omelchenko Date: Fri, 9 Aug 2024 23:00:32 +0300 Subject: [PATCH] feat: deployment priorityclassname fix --- application/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: