1
0
Fork 0

run as uid 1000
dustin/hudctrl/pipeline/head This commit looks good Details

Dustin 2022-08-01 16:31:54 -05:00
parent 1f46cd795b
commit a3c97f6923
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,9 @@ spec:
command:
- sleep
- infinity
securityContext:
readOnlyRootFilesystem: true
runAsUser: 1000
- name: node
image: docker.io/node:16-bullseye-slim
command:
@ -23,3 +26,4 @@ spec:
cpu: 1.0
securityContext:
readOnlyRootFilesystem: true
runAsUser: 1000