mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
15 lines
217 B
YAML
15 lines
217 B
YAML
|
---
|
||
|
apiVersion: chainsaw.kyverno.io/v1alpha1
|
||
|
kind: TestStep
|
||
|
metadata:
|
||
|
creationTimestamp: null
|
||
|
name: sleep
|
||
|
spec:
|
||
|
timeouts: {}
|
||
|
try:
|
||
|
- command:
|
||
|
args:
|
||
|
- "5"
|
||
|
check: null
|
||
|
entrypoint: sleep
|