update(chart): updating args for go-runner image (#335)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-10-05 13:53:43 +05:30
committed by GitHub
parent d045169ac8
commit b5f3527ff4
18 changed files with 18 additions and 18 deletions

View File

@@ -34,7 +34,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/container-kill
- ./experiments -name container-kill
command:
- /bin/bash
env:

View File

@@ -35,7 +35,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/disk-fill
- ./experiments -name disk-fill
command:
- /bin/bash
env:

View File

@@ -40,7 +40,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/kubelet-service-kill
- ./experiments -name kubelet-service-kill
command:
- /bin/bash
env:

View File

@@ -40,7 +40,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/node-cpu-hog
- ./experiments -name node-cpu-hog
command:
- /bin/bash
env:

View File

@@ -45,7 +45,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/node-drain
- ./experiments -name node-drain
command:
- /bin/bash
env:

View File

@@ -40,7 +40,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/node-io-stress
- ./experiments -name node-io-stress
command:
- /bin/bash
env:

View File

@@ -40,7 +40,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/node-memory-hog
- ./experiments -name node-memory-hog
command:
- /bin/bash
env:

View File

@@ -45,7 +45,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/node-taint
- ./experiments -name node-taint
command:
- /bin/bash
env:

View File

@@ -41,7 +41,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/pod-autoscaler
- ./experiments -name pod-autoscaler
command:
- /bin/bash
env:

View File

@@ -34,7 +34,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/pod-cpu-hog
- ./experiments -name pod-cpu-hog
command:
- /bin/bash
env:

View File

@@ -36,7 +36,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/pod-delete
- ./experiments -name pod-delete
command:
- /bin/bash
env:

View File

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

View File

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

View File

@@ -33,7 +33,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/pod-network-corruption
- ./experiments -name pod-network-corruption
command:
- /bin/bash
env:

View File

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

View File

@@ -33,7 +33,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/pod-network-latency
- ./experiments -name pod-network-latency
command:
- /bin/bash
env:

View File

@@ -33,7 +33,7 @@ spec:
imagePullPolicy: Always
args:
- -c
- ./experiments/pod-network-loss
- ./experiments -name pod-network-loss
command:
- /bin/bash
env: