Edited the args in workflow.yml (#349)

Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
This commit is contained in:
VEDANT SHROTRIA
2020-10-15 12:24:28 +05:30
committed by GitHub
parent fad6474808
commit 0a552fca6c
12 changed files with 12 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ spec:
image: "litmuschaos/go-runner:latest"
args:
- -c
- ./experiments/pod-memory-hog
- ./experiments -name pod-memory-hog
command:
- /bin/bash
env:

View File

@@ -67,7 +67,7 @@ spec:
image: "litmuschaos/go-runner:latest"
args:
- -c
- ./experiments/pod-memory-hog
- ./experiments -name pod-memory-hog
command:
- /bin/bash
env: