From c481558a46b104283f2da48ee2c969609e802f33 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 19 Feb 2020 10:57:57 +0100 Subject: [PATCH] helm: fix error that FLUSHDB Command is not available --- helm/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/values.yaml b/helm/values.yaml index cd1fb933b..f9042ae0a 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -42,3 +42,5 @@ redis: master: persistence: enabled: false + # https://stackoverflow.com/a/59189742 + disableCommands: []