1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-14 00:06:45 +00:00
kyverno/test/conformance/chainsaw/exceptions/conditions/03-deployment.yaml
Charles-Edouard Brétéché fd10739919
chore: bump chainsaw (#9071)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-12-04 12:39:10 +00:00

19 lines
333 B
YAML

---
apiVersion: chainsaw.kyverno.io/v1alpha1
kind: TestStep
metadata:
creationTimestamp: null
name: deployment
spec:
timeouts: {}
try:
- apply:
file: good-deployment.yaml
- apply:
expect:
- check:
($error != null): true
file: bad-deployment.yaml
finally:
- sleep:
duration: 5s