From 2d329501c02e7ab08f55bca7c42783290c8ce449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Gourv=C3=A9nec?= Date: Wed, 19 Feb 2025 14:43:25 +0100 Subject: [PATCH] fix(redis): fsGroup in security context is not applied The fsGroup is not applied to configuration of the pod and it's disturbing flux. --- components/redis/resources/redis-sso.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/redis/resources/redis-sso.yaml b/components/redis/resources/redis-sso.yaml index 2cb04f1..56afb93 100644 --- a/components/redis/resources/redis-sso.yaml +++ b/components/redis/resources/redis-sso.yaml @@ -16,4 +16,3 @@ spec: storage: 1Gi securityContext: runAsUser: 1000 - fsGroup: 1000 -- 2.17.1