disable apparmor and seccomp
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
Fritz Grimpen 2024-11-03 01:46:36 +01:00
parent 33b60aa1b9
commit 787655b22e

View file

@ -10,4 +10,8 @@ steps:
backend_options: backend_options:
kubernetes: kubernetes:
securityContext: securityContext:
apparmorProfile:
type: Unconfined
seccompProfile:
type: Unconfined
privileged: true privileged: true