Edited the args in workflow.yml (#349)
Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
This commit is contained in:
@@ -73,7 +73,7 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
- ./experiments/pod-delete
|
||||
- ./experiments -name pod-delete
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
|
@@ -77,7 +77,7 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
- ./experiments/pod-delete
|
||||
- ./experiments -name pod-delete
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
|
@@ -72,7 +72,7 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
- ./experiments/node-cpu-hog
|
||||
- ./experiments -name node-cpu-hog
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
|
@@ -76,7 +76,7 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
- ./experiments/node-cpu-hog
|
||||
- ./experiments -name node-cpu-hog
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
|
@@ -72,7 +72,7 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
- ./experiments/node-memory-hog
|
||||
- ./experiments -name node-memory-hog
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
|
@@ -75,7 +75,7 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
- ./experiments/node-memory-hog
|
||||
- ./experiments -name node-memory-hog
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
|
@@ -64,7 +64,7 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
- ./experiments/pod-cpu-hog
|
||||
- ./experiments -name pod-cpu-hog
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
|
@@ -68,7 +68,7 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
- ./experiments/pod-cpu-hog
|
||||
- ./experiments -name pod-cpu-hog
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
|
@@ -74,7 +74,7 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
- ./experiments/pod-delete
|
||||
- ./experiments -name pod-delete
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
|
@@ -78,7 +78,7 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
- -c
|
||||
- ./experiments/pod-delete
|
||||
- ./experiments -name pod-delete
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user