Skip to content

Commit

Permalink
Fix filesystem permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
4censord committed Oct 12, 2024
1 parent 03d6ca0 commit 0d9451e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/kubernetes/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (e *Environment) Create() error {
},
Spec: corev1.PodSpec{
SecurityContext: &corev1.PodSecurityContext{
FSGroup: pointer.Int64(2000),
FSGroup: pointer.Int64(1000),
FSGroupChangePolicy: &fsGroupChangePolicy,
RunAsUser: pointer.Int64(1000),
RunAsNonRoot: pointer.Bool(true),
Expand Down

0 comments on commit 0d9451e

Please sign in to comment.