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