mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
14 lines
204 B
YAML
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: {}
|