Skip to content

Commit

Permalink
Try to ensure we're always using the right user/group
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed May 22, 2024
1 parent e6061fa commit ea236cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/base/hg-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ spec:
securityContext:
runAsUser: 33
runAsGroup: 33 # www-data
runAsNonRoot: true
image: busybox:1.36.1
command:
- 'sh'
Expand Down
1 change: 1 addition & 0 deletions deployment/init-repos/hg-deployment-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
securityContext:
runAsUser: 33
runAsGroup: 33 # www-data
runAsNonRoot: true
image: busybox:1.36.1
command:
- 'sh'
Expand Down

0 comments on commit ea236cd

Please sign in to comment.