Move scope files
This commit is contained in:
parent
56ce0eaae1
commit
af360c9950
10 changed files with 9 additions and 9 deletions
21
templates/scope/psp.yaml.j2
Normal file
21
templates/scope/psp.yaml.j2
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
apiVersion: policy/v1beta1
|
||||
kind: PodSecurityPolicy
|
||||
metadata:
|
||||
name: weave-scope
|
||||
spec:
|
||||
privileged: true
|
||||
hostPID: true
|
||||
hostNetwork: true
|
||||
allowedCapabilities:
|
||||
- 'NET_ADMIN'
|
||||
fsGroup:
|
||||
rule: RunAsAny
|
||||
runAsUser:
|
||||
rule: RunAsAny
|
||||
seLinux:
|
||||
rule: RunAsAny
|
||||
supplementalGroups:
|
||||
rule: RunAsAny
|
||||
volumes:
|
||||
- secret
|
||||
- hostPath
|
||||
Loading…
Add table
Add a link
Reference in a new issue