Skip to content

Commit fb734c3

Browse files
committed
Fix security context for tekton resource pruner
Switch to runAsUser & runAsGroup 65534
1 parent 91e730d commit fb734c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openshift/template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@ objects:
357357
cpu: 100m
358358
memory: 64Mi
359359
securityContext:
360-
runAsGroup: 1000
360+
runAsGroup: 65534
361361
runAsNonRoot: true
362-
runAsUser: 1000
362+
runAsUser: 65534
363363
terminationMessagePath: /dev/termination-log
364364
terminationMessagePolicy: FallbackToLogsOnError
365365
dnsPolicy: ClusterFirst

0 commit comments

Comments
 (0)