addinig security cintext for kubectl
This commit is contained in:
parent
cba046cf66
commit
50a5f315e4
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue