addinig security cintext for kubectl

This commit is contained in:
areeqakbr 2025-02-26 11:15:51 +07:00
parent cba046cf66
commit 50a5f315e4
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -13,6 +13,8 @@ spec:
command: command:
- cat - cat
tty: true tty: true
securityContext:
runAsUser: 1000
- name: docker - name: docker
image: docker:latest image: docker:latest