diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 154b1d7..da4806c 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -27,3 +27,11 @@ spec: securityContext: readOnlyRootFilesystem: true runAsUser: 1000 + - name: podman + image: quay.io/containers/podman:v3.4 + command: + - sleep + - infinity + securityContext: + privileged: true + runAsUser: 1000