woodpecker: run in privileged k8s pod
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
Fritz Grimpen 2024-11-03 01:35:52 +01:00
parent 3b7b3573e0
commit 1aa9bce470

View file

@ -9,3 +9,9 @@ steps:
- apk update - apk update
- apk add buildah netavark - apk add buildah netavark
- buildah --storage-driver=vfs build keycloak/ - buildah --storage-driver=vfs build keycloak/
backend_options:
kubernetes:
securityContext:
runAsUser: 999
runAsGroup: 999
privileged: true