kubernetes/staging/src/k8s.io/pod-security-admission/test/testdata/restricted/v1.18/fail/restrictedvolumes5.yaml

apiVersion: v1
kind: Pod
metadata:
  name: restrictedvolumes5
spec:
  containers:
  - image: registry.k8s.io/pause
    name: container1
    securityContext:
      allowPrivilegeEscalation: false
  initContainers:
  - image: registry.k8s.io/pause
    name: initcontainer1
    securityContext:
      allowPrivilegeEscalation: false
  securityContext:
    runAsNonRoot: true
  volumes:
  - glusterfs:
      endpoints: test
      path: test
    name: volume1