1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 09:56:55 +00:00
kyverno/test/cli/test-validating-admission-policy/disallow-host-path/pod2.yaml

16 lines
222 B
YAML
Raw Normal View History

apiVersion: v1
kind: Pod
metadata:
name: bad-pod
spec:
containers:
- name:
image: nginx
volumeMounts:
- name: udev
mountPath: /data
volumes:
- name: udev
hostPath:
path: /etc/udev