Skip to content

Commit

Permalink
Merge pull request #49 from jmhardison/add-init
Browse files Browse the repository at this point in the history
adding fsgroup to tc.
  • Loading branch information
jmhardison committed Sep 28, 2023
2 parents 9c375d5 + 5ac021f commit 07a777e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/jetbrains/teamcity/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ spec:
app: teamcity
version: v1
spec:
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
containers:
- name: teamcity
image: docker.io/jetbrains/teamcity-server
Expand Down

0 comments on commit 07a777e

Please sign in to comment.