Skip to content

Commit 2994075

Browse files
authored
fix: redis clients unable to perform write commands (#89)
sets redis securityContext.fsGroup Fixes the following error (redis clients stack tracing; pods loopcrashing) MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. (redis://redis:6379)
1 parent b1f3cca commit 2994075

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

charts/opslevel/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ redis:
217217
create: true
218218
name: redis
219219
annotations: {}
220-
securityContext: {}
220+
securityContext:
221+
fsGroup: 999
221222
# fsGroupChangePolicy: Always
222223
# supplementalGroups: []
223224
# sysctls: []

0 commit comments

Comments
 (0)