From 823dbdce26b3b9b13bdf322181b7b9daf158dff7 Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary Date: Wed, 21 Oct 2020 19:41:54 +0530 Subject: [PATCH] chore(pod-io-stress): Adding target-pod env inside chart (#358) Signed-off-by: shubhamchaudhary --- charts/generic/pod-io-stress/experiment.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/generic/pod-io-stress/experiment.yaml b/charts/generic/pod-io-stress/experiment.yaml index 43382d9..9ab23a8 100644 --- a/charts/generic/pod-io-stress/experiment.yaml +++ b/charts/generic/pod-io-stress/experiment.yaml @@ -62,7 +62,11 @@ spec: ## Percentage of total pods to target - name: PODS_AFFECTED_PERC - value: '' + value: '' + + ## specify the target pod name + - name: TARGET_POD + value: '' # Period to wait before and after injection of chaos in sec - name: RAMP_TIME