From 6befc9d627751aba6dd03d64d4708cd05a507342 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 23 Oct 2020 20:45:21 +0200 Subject: [PATCH] helm: re-disable redis clustering --- helm/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helm/values.yaml b/helm/values.yaml index fba9d9062..ef09f7e79 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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: []