mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 09:56:55 +00:00
12 lines
173 B
YAML
12 lines
173 B
YAML
name: test-simple
|
|
policies:
|
|
- policy.yaml
|
|
resources:
|
|
- resources.yaml
|
|
results:
|
|
- kind: Pod
|
|
policy: missing
|
|
resources:
|
|
- test
|
|
result: pass
|
|
rule: validate-image-tag
|