mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-20 06:34:51 +00:00
14 lines
211 B
YAML
14 lines
211 B
YAML
|
---
|
||
|
apiVersion: chainsaw.kyverno.io/v1alpha1
|
||
|
kind: TestStep
|
||
|
metadata:
|
||
|
creationTimestamp: null
|
||
|
name: testcase
|
||
|
spec:
|
||
|
timeouts: {}
|
||
|
try:
|
||
|
- apply:
|
||
|
file: cm.yaml
|
||
|
- assert:
|
||
|
file: cm-assert.yaml
|