1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/test/cli/test-validating-policy/disallow-host-path/pod1.yaml
Charles-Edouard Brétéché 620ddd80d1
test: add more cli vp tests (#12006)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2025-01-27 17:17:08 +08:00

14 lines
204 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: good-pod
spec:
containers:
- name:
image: nginx
volumeMounts:
- name: udev
mountPath: /data
volumes:
- name: udev
emptyDir: {}