From acd14f1d061767efdc160d4a92fdb4d23a0e841c Mon Sep 17 00:00:00 2001 From: holysoles Date: Fri, 17 Jan 2025 16:30:34 -0600 Subject: [PATCH] fix(chart): allow FLUSHDB in valkey, required by Laravel --- charts/pixelfed/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/pixelfed/values.yaml b/charts/pixelfed/values.yaml index 125a7ef..30846dc 100644 --- a/charts/pixelfed/values.yaml +++ b/charts/pixelfed/values.yaml @@ -194,6 +194,8 @@ valkey: # primary (control plane) configuration primary: + disableCommands: # Laravel requires the ability to call FLUSHDB, which is disabled by default + - FLUSHALL persistence: enabled: true existingClaim: ""