From 5c715d1d5342147134ded831ef89f929b29b6a44 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 10 Jul 2024 18:00:26 +1000 Subject: [PATCH] fix fsGroup for pod for minio --- kubernetes/infrastructure/minio/app/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubernetes/infrastructure/minio/app/release.yaml b/kubernetes/infrastructure/minio/app/release.yaml index 77644d3..c176465 100644 --- a/kubernetes/infrastructure/minio/app/release.yaml +++ b/kubernetes/infrastructure/minio/app/release.yaml @@ -32,3 +32,5 @@ spec: containerSecurityContext: runAsUser: 1000 runAsGroup: 1000 + podSecurityContext: + fsGroup: 1000