Skip to content

Commit

Permalink
Added volumetypes to PSP to prevent issue spinning pods as described …
Browse files Browse the repository at this point in the history
  • Loading branch information
Strigix committed Feb 20, 2023
1 parent ef4750d commit 9730eed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm/aws-vpc-operator/templates/psp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ spec:
rule: RunAsAny
supplementalGroups:
rule: RunAsAny
volumes:
- emptyDir
- secret
- downwardAPI
- configMap
- persistentVolumeClaim
- projected
allowPrivilegeEscalation: false
hostNetwork: false
hostIPC: false
Expand Down

0 comments on commit 9730eed

Please sign in to comment.