From 8ce8cc5fbd7718ccb422ad0af0f9bc4803782aec Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 27 Aug 2024 15:28:10 +1000 Subject: [PATCH] correcting file permission differences for gitea --- apps/gitea/env/k3s-cluster/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/gitea/env/k3s-cluster/values.yaml b/apps/gitea/env/k3s-cluster/values.yaml index 8c2daa3..d9c58eb 100644 --- a/apps/gitea/env/k3s-cluster/values.yaml +++ b/apps/gitea/env/k3s-cluster/values.yaml @@ -13,6 +13,11 @@ smtpUser: "me@edward.sydney" smtpExistingSecret: "gitea-secrets" persistence: existingClaim: "gitea-pvc" +podSecurityContext: + fsGroup: 1000 +containerSecurityContext: + runAsUser: 1000 + runAsGroup: 1000 service: ports: http: 10080