diff --git a/charts/generic/container-kill/experiment.yaml b/charts/generic/container-kill/experiment.yaml index b3c296b..ed2a689 100644 --- a/charts/generic/container-kill/experiment.yaml +++ b/charts/generic/container-kill/experiment.yaml @@ -54,7 +54,7 @@ spec: - name: LIB value: 'litmus' - - name: TARGET_POD + - name: TARGET_PODS value: '' # provide the chaos interval diff --git a/charts/generic/disk-fill/experiment.yaml b/charts/generic/disk-fill/experiment.yaml index aabe84a..92ca395 100644 --- a/charts/generic/disk-fill/experiment.yaml +++ b/charts/generic/disk-fill/experiment.yaml @@ -63,7 +63,7 @@ spec: - name: LIB value: 'litmus' - - name: TARGET_POD + - name: TARGET_PODS value: '' ## percentage of total pods to target diff --git a/charts/generic/pod-cpu-hog/experiment.yaml b/charts/generic/pod-cpu-hog/experiment.yaml index 9e9cdd7..07e446e 100644 --- a/charts/generic/pod-cpu-hog/experiment.yaml +++ b/charts/generic/pod-cpu-hog/experiment.yaml @@ -70,7 +70,7 @@ spec: - name: LIB_IMAGE value: 'gaiaadm/pumba' - - name: TARGET_POD + - name: TARGET_PODS value: '' - name: CHAOS_INJECT_COMMAND diff --git a/charts/generic/pod-delete/experiment.yaml b/charts/generic/pod-delete/experiment.yaml index 26ba100..c7fe6cc 100644 --- a/charts/generic/pod-delete/experiment.yaml +++ b/charts/generic/pod-delete/experiment.yaml @@ -66,7 +66,7 @@ spec: - name: LIB value: 'litmus' - - name: TARGET_POD + - name: TARGET_PODS value: '' ## it defines the sequence of chaos execution for multiple target pods diff --git a/charts/generic/pod-io-stress/experiment.yaml b/charts/generic/pod-io-stress/experiment.yaml index e38e3cc..d9c0ec5 100644 --- a/charts/generic/pod-io-stress/experiment.yaml +++ b/charts/generic/pod-io-stress/experiment.yaml @@ -68,8 +68,8 @@ spec: - name: VOLUME_MOUNT_PATH value: '' - ## specify the target pod name - - name: TARGET_POD + ## specify the comma separated target pods + - name: TARGET_PODS value: '' # Period to wait before and after injection of chaos in sec diff --git a/charts/generic/pod-memory-hog/experiment.yaml b/charts/generic/pod-memory-hog/experiment.yaml index de16b74..2ffcc1d 100644 --- a/charts/generic/pod-memory-hog/experiment.yaml +++ b/charts/generic/pod-memory-hog/experiment.yaml @@ -78,7 +78,7 @@ spec: - name: SEQUENCE value: 'parallel' - - name: TARGET_POD + - name: TARGET_PODS value: '' labels: diff --git a/charts/generic/pod-network-corruption/experiment.yaml b/charts/generic/pod-network-corruption/experiment.yaml index 3a96858..a3572ab 100644 --- a/charts/generic/pod-network-corruption/experiment.yaml +++ b/charts/generic/pod-network-corruption/experiment.yaml @@ -73,7 +73,7 @@ spec: - name: PODS_AFFECTED_PERC value: '' - - name: TARGET_POD + - name: TARGET_PODS value: '' # provide the name of container runtime diff --git a/charts/generic/pod-network-duplication/experiment.yaml b/charts/generic/pod-network-duplication/experiment.yaml index 50d697c..5d75f01 100644 --- a/charts/generic/pod-network-duplication/experiment.yaml +++ b/charts/generic/pod-network-duplication/experiment.yaml @@ -62,7 +62,7 @@ spec: - name: LIB value: 'litmus' - - name: TARGET_POD + - name: TARGET_PODS value: '' ## percentage of total pods to target diff --git a/charts/generic/pod-network-latency/experiment.yaml b/charts/generic/pod-network-latency/experiment.yaml index c0f485b..1eb8c14 100644 --- a/charts/generic/pod-network-latency/experiment.yaml +++ b/charts/generic/pod-network-latency/experiment.yaml @@ -73,7 +73,7 @@ spec: - name: PODS_AFFECTED_PERC value: '' - - name: TARGET_POD + - name: TARGET_PODS value: '' # provide the name of container runtime diff --git a/charts/generic/pod-network-loss/experiment.yaml b/charts/generic/pod-network-loss/experiment.yaml index de5f52a..5d386a8 100644 --- a/charts/generic/pod-network-loss/experiment.yaml +++ b/charts/generic/pod-network-loss/experiment.yaml @@ -73,7 +73,7 @@ spec: - name: PODS_AFFECTED_PERC value: '' - - name: TARGET_POD + - name: TARGET_PODS value: '' # provide the name of container runtime