fix(chart): allow FLUSHDB in valkey, required by Laravel

This commit is contained in:
holysoles
2025-01-17 16:30:34 -06:00
parent 088b05fce8
commit acd14f1d06
+2
View File
@@ -194,6 +194,8 @@ valkey:
# primary (control plane) configuration # primary (control plane) configuration
primary: primary:
disableCommands: # Laravel requires the ability to call FLUSHDB, which is disabled by default
- FLUSHALL
persistence: persistence:
enabled: true enabled: true
existingClaim: "" existingClaim: ""