From 4c8e89e63f2be02bd995bff527eafcc0b9989e20 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 6 Mar 2023 17:15:43 +0100 Subject: [PATCH] Update _blockyConfig.tpl Signed-off-by: Kjeld Schouten-Lebbing --- charts/enterprise/blocky/templates/_blockyConfig.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/enterprise/blocky/templates/_blockyConfig.tpl b/charts/enterprise/blocky/templates/_blockyConfig.tpl index e204a2731db..d498a8a3b88 100644 --- a/charts/enterprise/blocky/templates/_blockyConfig.tpl +++ b/charts/enterprise/blocky/templates/_blockyConfig.tpl @@ -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