summaryrefslogtreecommitdiff
path: root/f3s/git-server/helm-chart/templates
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/git-server/helm-chart/templates')
-rw-r--r--f3s/git-server/helm-chart/templates/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml
index 1af9770..bfd9387 100644
--- a/f3s/git-server/helm-chart/templates/deployment.yaml
+++ b/f3s/git-server/helm-chart/templates/deployment.yaml
@@ -92,8 +92,8 @@ spec:
- name: cgit-cache
mountPath: /var/cache/cgit
securityContext:
- runAsUser: 101
- runAsGroup: 101
+ runAsUser: 0
+ runAsGroup: 0
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]