1
0
Fork 0

fixup-container-build
dustin/hudctrl/pipeline/head There was a failure building this commit Details

Dustin 2022-08-01 18:38:57 -05:00
parent e059b44512
commit ab9bf5311b
1 changed files with 8 additions and 0 deletions

View File

@ -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