mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 01:46:55 +00:00
16 lines
222 B
YAML
16 lines
222 B
YAML
|
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
|