mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
5 lines
No EOL
218 B
YAML
5 lines
No EOL
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 |