[stable/redis-ha] Fixed if statement values auth (#21777)

Signed-off-by: yutachaos <bumplive@gmail.com>
Signed-off-by: yutachaos <18604471+yutachaos@users.noreply.github.com>
This commit is contained in:
yutachaos
2020-04-06 00:39:46 -07:00
committed by GitHub
parent 3df54bb7b5
commit c96f70fca6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ keywords:
- redis
- keyvalue
- database
version: 4.4.3
version: 4.4.4
appVersion: 5.0.6
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
@@ -163,8 +163,8 @@ spec:
- redis-server
args:
- /data/conf/redis.conf
env:
{{- if .Values.auth }}
env:
- name: AUTH
valueFrom:
secretKeyRef: