helm: fix error that FLUSHDB Command is not available
This commit is contained in:
parent
e27a05a7fc
commit
c481558a46
|
@ -42,3 +42,5 @@ redis:
|
|||
master:
|
||||
persistence:
|
||||
enabled: false
|
||||
# https://stackoverflow.com/a/59189742
|
||||
disableCommands: []
|
||||
|
|
Reference in New Issue