mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
14 lines
286 B
YAML
14 lines
286 B
YAML
|
apiVersion: chainsaw.kyverno.io/v1alpha1
|
||
|
kind: Test
|
||
|
metadata:
|
||
|
name: failing-match-conditions
|
||
|
spec:
|
||
|
steps:
|
||
|
- name: expect-policy-failure
|
||
|
try:
|
||
|
- apply:
|
||
|
expect:
|
||
|
- check:
|
||
|
($error != null): true
|
||
|
file: policy.yaml
|