mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 08:26:53 +00:00
5 lines
218 B
YAML
5 lines
218 B
YAML
|
# A command can only run a single command, not a pipeline and not a script. The program called must exist on the system where the test is run.
|
||
|
apiVersion: kuttl.dev/v1beta1
|
||
|
kind: TestStep
|
||
|
commands:
|
||
|
- command: sleep 3
|