helm: re-disable redis clustering

This commit is contained in:
Jens Langhammer 2020-10-23 20:45:21 +02:00
parent 73497a27cc
commit 6befc9d627
1 changed files with 7 additions and 0 deletions

View File

@ -54,3 +54,10 @@ install:
# These values influence the bundled postgresql and redis charts, but are also used by passbook to connect
postgresql:
postgresqlDatabase: passbook
redis:
cluster:
enabled: false
master:
# https://stackoverflow.com/a/59189742
disableCommands: []