Compare commits

...

2 Commits

Author SHA1 Message Date
d9bdbccfe4 Merge pull request 'fix(redis): fsGroup in security context is not applied' (#59) from fix/redis_fsgroup into unstable
Reviewed-on: #59
2025-02-19 14:55:24 +01:00
2d329501c0 fix(redis): fsGroup in security context is not applied
The fsGroup is not applied to configuration of the pod and it's disturbing
flux.
2025-02-19 14:43:25 +01:00

View File

@ -16,4 +16,3 @@ spec:
storage: 1Gi
securityContext:
runAsUser: 1000
fsGroup: 1000