mirror of
https://github.com/truecharts/charts.git
synced 2026-07-17 01:31:20 -03:00
Update _blockyConfig.tpl
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
committed by
GitHub
parent
386b4026c8
commit
4c8e89e63f
@@ -10,7 +10,7 @@ data:
|
||||
{{- define "blocky.config" -}}
|
||||
redis:
|
||||
address: {{ printf "%v-%v" .Release.Name "redis" }}:6379
|
||||
password: {{ .Values.redis.redisPassword | trimAll "\"" }}
|
||||
password: {{ .Values.redis.creds.redisPassword | trimAll "\"" }}
|
||||
database: 0
|
||||
required: true
|
||||
connectionAttempts: 10
|
||||
|
||||
Reference in New Issue
Block a user