Redis slave deployment: fix affinity -> slave.affinity. (#6246)

This commit is contained in:
Cédric de Saint Martin
2018-06-21 06:12:06 -07:00
committed by k8s-ci-robot
parent 03a66960ce
commit e237c3a612
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: redis
version: 3.5.0
version: 3.6.0
appVersion: 4.0.10
description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
keywords:
@@ -46,7 +46,7 @@ spec:
{{- if .Values.slave.schedulerName }}
schedulerName: "{{ .Values.slave.schedulerName }}"
{{- end }}
{{- with .Values.affinity }}
{{- with .Values.slave.affinity }}
affinity:
{{ toYaml . | indent 8 }}
{{- end }}