Skip to content

Commit 95f9165

Browse files
committed
runner
1 parent 9b26f6f commit 95f9165

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/k8s/environment/runner.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ func job(chart cdk8s.Chart, props *Props) {
299299
Spec: &k8s.PodSpec{
300300
SecurityContext: &k8s.PodSecurityContext{
301301
RunAsNonRoot: ptr.Ptr(true),
302-
RunAsUser: ptr.Ptr(float64(1001)),
303-
RunAsGroup: ptr.Ptr(float64(1001)),
304-
FsGroup: ptr.Ptr(float64(1001)),
302+
RunAsUser: ptr.Ptr(float64(10000)),
303+
RunAsGroup: ptr.Ptr(float64(10000)),
304+
FsGroup: ptr.Ptr(float64(10000)),
305305
},
306306
ServiceAccountName: ptr.Ptr("default"),
307307
Containers: container(props),

0 commit comments

Comments
 (0)