1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/cli/apply/resource/resources.yaml

21 lines
307 B
YAML
Raw Normal View History

apiVersion: v1
kind: Pod
metadata:
name: test-require-image-tag-fail
labels:
app: app
spec:
containers:
- name: nginx
image: nginx
---
apiVersion: v1
kind: Pod
metadata:
name: test-validate-image-tag-ignore
labels:
app: app
spec:
containers:
- name: nginx
image: nginx:latest