Skip to content

Commit a18784d

Browse files
committed
Update values.yaml
1 parent d48ec91 commit a18784d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

my-apps/development/gitea/values.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ service:
1111
ssh:
1212
type: ClusterIP
1313

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+
1428
gitea:
1529
config:
1630
database:

0 commit comments

Comments
 (0)