From e686e5b67a95652338c26d5328fc933669af7a10 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Tue, 12 Dec 2023 21:43:01 -0800 Subject: [PATCH] Set fsGroup for minio Signed-off-by: Tamal Saha --- charts/minio/README.md | 2 +- charts/minio/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/minio/README.md b/charts/minio/README.md index 0ae824c96..b958d1fea 100644 --- a/charts/minio/README.md +++ b/charts/minio/README.md @@ -57,7 +57,7 @@ The following table lists the configurable parameters of the `minio` chart and t | nameOverride | | "" | | fullnameOverride | | "" | | podAnnotations | | {} | -| podSecurityContext | | {} | +| podSecurityContext | | {"fsGroup":65534} | | securityContext | Security options this container should run with | {"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}} | | ingress.enabled | | false | | ingress.className | | "" | diff --git a/charts/minio/values.yaml b/charts/minio/values.yaml index 7a2563a3d..03b50c47f 100644 --- a/charts/minio/values.yaml +++ b/charts/minio/values.yaml @@ -24,8 +24,8 @@ fullnameOverride: "" podAnnotations: {} -podSecurityContext: {} - # fsGroup: 2000 +podSecurityContext: # +doc-gen:break + fsGroup: 65534 # Security options this container should run with securityContext: # +doc-gen:break