From 3b9ed5ea20ad8dee9bea18eaffdecfded7dcd69e Mon Sep 17 00:00:00 2001 From: Renat Galiev Date: Fri, 15 Feb 2019 18:21:03 +0300 Subject: [PATCH] [stable/redis-ha] Fix typo in redis-ha-statefulset (#11378) Signed-off-by: Renat Galiev --- stable/redis-ha/Chart.yaml | 2 +- stable/redis-ha/templates/redis-ha-statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/redis-ha/Chart.yaml b/stable/redis-ha/Chart.yaml index d07a8f73fa..179ab774f4 100644 --- a/stable/redis-ha/Chart.yaml +++ b/stable/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 3.1.5 +version: 3.1.6 appVersion: 5.0.3 description: Highly available Kubernetes implementation of Redis icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png diff --git a/stable/redis-ha/templates/redis-ha-statefulset.yaml b/stable/redis-ha/templates/redis-ha-statefulset.yaml index 3eb1547aeb..1fc9062e72 100644 --- a/stable/redis-ha/templates/redis-ha-statefulset.yaml +++ b/stable/redis-ha/templates/redis-ha-statefulset.yaml @@ -187,7 +187,7 @@ spec: timeoutSeconds: 1 periodSeconds: 15 resources: - {{ toYaml .Values.exporter.resources | indent 10 }} +{{ toYaml .Values.exporter.resources | indent 10 }} ports: - name: exporter-port containerPort: {{ .Values.exporter.port }}