We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48ec91 commit a18784dCopy full SHA for a18784d
1 file changed
my-apps/development/gitea/values.yaml
@@ -11,6 +11,20 @@ service:
11
ssh:
12
type: ClusterIP
13
14
+image:
15
+ rootless: true
16
+
17
+podSecurityContext:
18
+ fsGroup: 1000
19
20
+# The init container runs chmod on /data/git/.ssh which requires CHOWN/FOWNER
21
+# capabilities. Restored PVCs from backup may have root-owned files.
22
+containerSecurityContext:
23
+ capabilities:
24
+ add:
25
+ - CHOWN
26
+ - FOWNER
27
28
gitea:
29
config:
30
database:
0 commit comments