Skip to content

Commit

Permalink
Update deploy.yaml with misconfigurations
Browse files Browse the repository at this point in the history
Update deploy.yaml with misconfigurations
  • Loading branch information
patelrit authored Feb 23, 2025
1 parent 3183ea3 commit 531daec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manifests/k8s/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ spec:
spec:
automountServiceAccountToken: false
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containers:
- name: nginx
image: nginx:1.14.2
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
Expand Down

0 comments on commit 531daec

Please sign in to comment.