From d60640189a8fe3d6f095c7892f649d6aea6af958 Mon Sep 17 00:00:00 2001 From: Ashwin Chandrasekar Date: Wed, 17 Jun 2020 12:33:55 -0400 Subject: [PATCH] Fix priorityClassName templating in redis deployment --- charts/argo-cd/templates/redis/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/redis/deployment.yaml b/charts/argo-cd/templates/redis/deployment.yaml index 1f1b9fea..e5c673de 100755 --- a/charts/argo-cd/templates/redis/deployment.yaml +++ b/charts/argo-cd/templates/redis/deployment.yaml @@ -84,8 +84,8 @@ spec: {{- if .Values.redis.volumes }} volumes: {{- toYaml .Values.redis.volumes | nindent 8}} +{{- end }} {{- if .Values.redis.priorityClassName }} priorityClassName: {{ .Values.redis.priorityClassName }} {{- end }} {{- end }} -{{- end }}