[stable/redis-ha] Fix typo in redis-ha-statefulset (#11378)

Signed-off-by: Renat Galiev <renat@galiev.net>
This commit is contained in:
Renat Galiev
2019-02-15 07:21:03 -08:00
committed by Kubernetes Prow Robot
parent 5de8d5f430
commit 3b9ed5ea20
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -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 }}