helm: re-disable redis clustering
This commit is contained in:
parent
73497a27cc
commit
6befc9d627
|
@ -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: []
|
||||
|
|
Reference in New Issue