We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2163edf commit fa4dacdCopy full SHA for fa4dacd
lib/k8s/environment/runner.go
@@ -299,6 +299,7 @@ func job(chart cdk8s.Chart, props *Props) {
299
Spec: &k8s.PodSpec{
300
SecurityContext: &k8s.PodSecurityContext{
301
RunAsNonRoot: ptr.Ptr(true),
302
+ RunAsUser: ptr.Ptr(float64(1000)),
303
},
304
ServiceAccountName: ptr.Ptr("default"),
305
Containers: container(props),
0 commit comments