Skip to content

Commit

Permalink
Remove unnecessary root access from agent e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
carreter committed Aug 23, 2024
1 parent 768a3b2 commit 441d84f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e/templates/agent/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ spec:
containers:
- name: konnectivity-agent-container
image: {{ .Image }}
securityContext:
allowPrivilegeEscalation: false
runAsUser: 0
resources:
requests:
cpu: 50m
Expand Down

0 comments on commit 441d84f

Please sign in to comment.