Update deployment.yaml
This commit is contained in:
parent
96e68cfa0e
commit
b281e7a4ad
1 changed files with 3 additions and 3 deletions
|
|
@ -26,9 +26,9 @@ spec:
|
|||
image: busybox:1.37
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
runAsNonRoot: false
|
||||
|
||||
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue