mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-23 00:01:55 +00:00
11 lines
199 B
YAML
11 lines
199 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: test-pod-bad
|
||
|
namespace: default
|
||
|
labels:
|
||
|
prod: "true"
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: nginx
|
||
|
image: 'ghcr.io/kyverno/test-verify-image:unsigned'
|