Fix priorityClassName templating in redis deployment

This commit is contained in:
Ashwin Chandrasekar 2020-06-17 12:33:55 -04:00
parent 7ffa0cb8d6
commit d60640189a

View file

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