mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
13 lines
207 B
YAML
13 lines
207 B
YAML
|
apiVersion: chainsaw.kyverno.io/v1alpha1
|
||
|
kind: TestStep
|
||
|
metadata:
|
||
|
name: event
|
||
|
spec:
|
||
|
try:
|
||
|
- assert:
|
||
|
file: background-event.yaml
|
||
|
- error:
|
||
|
file: admission-event.yaml
|
||
|
catch:
|
||
|
- events: {}
|