From 9765e0dd3ff267750766d537d14e8f034c2c8226 Mon Sep 17 00:00:00 2001 From: Tuan Anh Tran Date: Fri, 27 Oct 2017 23:36:55 +0700 Subject: [PATCH] [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 --- stable/redis-ha/Chart.yaml | 2 +- stable/redis-ha/templates/redis-sentinel-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/redis-ha/Chart.yaml b/stable/redis-ha/Chart.yaml index c0a9f5931a..8f9cc31626 100644 --- a/stable/redis-ha/Chart.yaml +++ b/stable/redis-ha/Chart.yaml @@ -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: diff --git a/stable/redis-ha/templates/redis-sentinel-deployment.yaml b/stable/redis-ha/templates/redis-sentinel-deployment.yaml index ba6ef77130..80e845e9a6 100644 --- a/stable/redis-ha/templates/redis-sentinel-deployment.yaml +++ b/stable/redis-ha/templates/redis-sentinel-deployment.yaml @@ -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"