Skip to content

Commit 6ab773b

Browse files
Merge pull request #442 from RaphaelBut/prunerfix2
Add seccompProfile RuntimeDefault to tekton pruner job
2 parents 978cd8a + d7e646f commit 6ab773b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openshift/template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ objects:
360360
runAsGroup: 65534
361361
runAsNonRoot: true
362362
runAsUser: 65534
363+
seccompProfile:
364+
type: RuntimeDefault
363365
terminationMessagePath: /dev/termination-log
364366
terminationMessagePolicy: FallbackToLogsOnError
365367
dnsPolicy: ClusterFirst

0 commit comments

Comments
 (0)