mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +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 |