parent
44cbbb4f28
commit
be7cce227d
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ stringData:
|
|||
port: {{ $redisPort }}
|
||||
{{- end }}
|
||||
{{- if or .Values.redis.auth.enabled .Values.redis.usePassword .Values.redis.password .Values.redis.auth.password .Values.externalRedis.password }}
|
||||
{{- if and $redisPass (not .Values.redis.existingSecret) }}
|
||||
{{- if and $redisPass (not .Values.redis.auth.existingSecret) }}
|
||||
password: {{ $redisPass | quote }}
|
||||
{{- else }}
|
||||
password: "@@REDIS_PASSWORD@@"
|
||||
|
|
Loading…
Reference in a new issue