mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
14 lines
218 B
YAML
14 lines
218 B
YAML
|
---
|
||
|
apiVersion: chainsaw.kyverno.io/v1alpha1
|
||
|
kind: TestStep
|
||
|
metadata:
|
||
|
creationTimestamp: null
|
||
|
name: create-bad
|
||
|
spec:
|
||
|
timeouts: {}
|
||
|
try:
|
||
|
- apply:
|
||
|
check:
|
||
|
(error != null): true
|
||
|
file: bad.yaml
|