Move files from samos123/pspmigrator into here
This commit is contained in:
19
tests/psp-policy.yaml
Normal file
19
tests/psp-policy.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
apiVersion: policy/v1beta1
|
||||
kind: PodSecurityPolicy
|
||||
metadata:
|
||||
name: my-psp
|
||||
spec:
|
||||
privileged: false # Prevents creation of privileged Pods
|
||||
defaultAddCapabilities:
|
||||
- CHOWN
|
||||
seLinux:
|
||||
rule: RunAsAny
|
||||
supplementalGroups:
|
||||
rule: RunAsAny
|
||||
runAsUser:
|
||||
rule: RunAsAny
|
||||
fsGroup:
|
||||
rule: RunAsAny
|
||||
volumes:
|
||||
- '*'
|
||||
|
Reference in New Issue
Block a user