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