first commit

This commit is contained in:
ston1th 2019-11-30 12:09:41 +01:00
commit ad18bb8ad3
9 changed files with 309 additions and 0 deletions

View file

@ -0,0 +1,26 @@
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: webhook-interseptor
spec:
privileged: false
allowPrivilegeEscalation: false
volumes:
- 'secret'
hostNetwork: false
hostIPC: false
hostPID: false
runAsUser:
rule: 'RunAsAny'
seLinux:
rule: 'RunAsAny'
supplementalGroups:
rule: 'MustRunAs'
ranges:
- min: 1
max: 65535
fsGroup:
rule: 'MustRunAs'
ranges:
- min: 1
max: 65535