github.com/datreeio/datree@v1.9.22-rc/pkg/policy/tests/46/fail/46-fail.yaml (about)

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    name: test-pd
     5  spec:
     6    containers:
     7    - image: k8s.gcr.io/test-webserver
     8      name: test-container
     9      volumeMounts:
    10      - mountPath: /test-pd
    11        name: test-volume
    12    volumes:
    13    - name: test-volume
    14      hostPath:
    15        path: /data
    16        type: Directory