Skip to content

Commit

Permalink
allowPrivilegeEscalation to false
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Jul 17, 2023
1 parent 05710d3 commit 7479794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/registry/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
containers:
- name: test-container
image: python:3.8-slim
securityContext:
allowPrivilegeEscalation: false
workingDir: /tests
command: ['./test-script.sh']
volumeMounts:
Expand Down

0 comments on commit 7479794

Please sign in to comment.