Fix priorityClassName templating in redis deployment
This commit is contained in:
parent
7ffa0cb8d6
commit
d60640189a
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue