zh-trans: add examples/{policy,service,windows}/ yaml files

This commit is contained in:
Rui Chen
2018-12-03 09:43:05 -05:00
parent 13953625e4
commit b15ccd6c4a
22 changed files with 522 additions and 0 deletions
@@ -0,0 +1,17 @@
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: example
spec:
privileged: false # Don't allow privileged pods!
# The rest fills in some required fields.
seLinux:
rule: RunAsAny
supplementalGroups:
rule: RunAsAny
runAsUser:
rule: RunAsAny
fsGroup:
rule: RunAsAny
volumes:
- '*'