[stable/redis-ha] fix: sentinel depl should use resources.sentinel (#2468)

* fix: sentinel depl should use resources.sentinel

sentinel deployment should use resources.sentinel instead of resources.master

* fix: values.yaml too many blank lines

* Update Chart.yaml
This commit is contained in:
Tuan Anh Tran
2017-10-27 09:36:55 -07:00
committed by Vic Iglesias
parent 5a636b17f4
commit 9765e0dd3f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ keywords:
- redis
- keyvalue
- database
version: 0.2.2
version: 0.2.3
description: Highly available Redis cluster with multiple sentinels and standbys.
icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png
maintainers:
@@ -16,7 +16,7 @@ spec:
- name: sentinel
image: {{ .Values.redis_image }}
resources:
{{ toYaml .Values.resources.master | indent 10 }}
{{ toYaml .Values.resources.sentinel | indent 10 }}
env:
- name: SENTINEL
value: "true"