fix mistake in authelia redis-password

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-01 01:42:44 +02:00
parent f840aee7ac
commit 943644c468
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ sources:
- https://github.com/authelia/chartrepo - https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia - https://github.com/authelia/authelia
type: application type: application
version: 1.6.9 version: 1.6.10
@@ -39,7 +39,7 @@ data:
{{- if $redisprevious }} {{- if $redisprevious }}
{{- $redisPass = ( index $redisprevious.data "redis-password" ) | b64dec }} {{- $redisPass = ( index $redisprevious.data "redis-password" ) | b64dec }}
{{- $sentinelPass = ( index $redisprevious.data "redis-password" ) | b64dec }} {{- $sentinelPass = ( index $redisprevious.data "redis-password" ) | b64dec }}
redis-password: {{ ( index $redisprevious.data "sentinel-password" ) }} redis-password: {{ ( index $redisprevious.data "redis-password" ) }}
sentinel-password: {{ ( index $redisprevious.data "sentinel-password" ) }} sentinel-password: {{ ( index $redisprevious.data "sentinel-password" ) }}
{{- else }} {{- else }}
{{- $redisPass = randAlphaNum 50 }} {{- $redisPass = randAlphaNum 50 }}