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 3ea85a1 commit ad0b025Copy full SHA for ad0b025
lib/k8s/environment/runner.go
@@ -300,6 +300,8 @@ func job(chart cdk8s.Chart, props *Props) {
300
SecurityContext: &k8s.PodSecurityContext{
301
RunAsNonRoot: ptr.Ptr(true),
302
RunAsUser: ptr.Ptr(float64(1000)),
303
+ RunAsGroup: ptr.Ptr(float64(1000)),
304
+ FsGroup: ptr.Ptr(float64(1000)),
305
},
306
ServiceAccountName: ptr.Ptr("default"),
307
Containers: container(props),
0 commit comments