Update _blockyConfig.tpl
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -10,7 +10,7 @@ data:
|
|||||||
{{- define "blocky.config" -}}
|
{{- define "blocky.config" -}}
|
||||||
redis:
|
redis:
|
||||||
address: {{ printf "%v-%v" .Release.Name "redis" }}:6379
|
address: {{ printf "%v-%v" .Release.Name "redis" }}:6379
|
||||||
password: {{ .Values.redis.redisPassword | trimAll "\"" }}
|
password: {{ .Values.redis.creds.redisPassword | trimAll "\"" }}
|
||||||
database: 0
|
database: 0
|
||||||
required: true
|
required: true
|
||||||
connectionAttempts: 10
|
connectionAttempts: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user