mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Redis slave deployment: fix affinity -> slave.affinity. (#6246)
This commit is contained in:
committed by
k8s-ci-robot
parent
03a66960ce
commit
e237c3a612
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user