mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 00:17:13 +00:00
Signed-off-by: ShutingZhao <shuting@nirmata.com> Signed-off-by: ShutingZhao <shuting@nirmata.com>
5 lines
No EOL
219 B
YAML
5 lines
No EOL
219 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 65 |