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 }}