mirror of
https://github.com/kyverno/kyverno.git
synced 2025-01-20 18:52:16 +00:00
04e5f50cde
Co-authored-by: shuting <shuting@nirmata.com>
8 lines
No EOL
130 B
YAML
8 lines
No EOL
130 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: test-require-image-tag-pass
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx:latest |