From f44ec4ce691bf8852abe2798683cf17e4067e0f8 Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary Date: Wed, 4 Nov 2020 11:30:35 +0530 Subject: [PATCH] chore(TARGET_IPS): modified the TARGET_IPs env (#369) Signed-off-by: shubhamchaudhary --- charts/generic/pod-network-corruption/experiment.yaml | 2 +- charts/generic/pod-network-duplication/experiment.yaml | 2 +- charts/generic/pod-network-latency/experiment.yaml | 2 +- charts/generic/pod-network-loss/experiment.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/generic/pod-network-corruption/experiment.yaml b/charts/generic/pod-network-corruption/experiment.yaml index ecb83d2..3a96858 100644 --- a/charts/generic/pod-network-corruption/experiment.yaml +++ b/charts/generic/pod-network-corruption/experiment.yaml @@ -84,7 +84,7 @@ spec: # provide the target ips # chaos injection will be triggered for these destination ips - - name: TARGET_IPs + - name: TARGET_IPS value: '' # provide the target hosts diff --git a/charts/generic/pod-network-duplication/experiment.yaml b/charts/generic/pod-network-duplication/experiment.yaml index 38da00b..50d697c 100644 --- a/charts/generic/pod-network-duplication/experiment.yaml +++ b/charts/generic/pod-network-duplication/experiment.yaml @@ -80,7 +80,7 @@ spec: # provide the target ips # chaos injection will be triggered for these destination ips - - name: TARGET_IPs + - name: TARGET_IPS value: '' # provide the target hosts diff --git a/charts/generic/pod-network-latency/experiment.yaml b/charts/generic/pod-network-latency/experiment.yaml index 84229cb..c0f485b 100644 --- a/charts/generic/pod-network-latency/experiment.yaml +++ b/charts/generic/pod-network-latency/experiment.yaml @@ -84,7 +84,7 @@ spec: # provide the target ips # chaos injection will be triggered for these destination ips - - name: TARGET_IPs + - name: TARGET_IPS value: '' # provide the target hosts diff --git a/charts/generic/pod-network-loss/experiment.yaml b/charts/generic/pod-network-loss/experiment.yaml index 1b39402..de5f52a 100644 --- a/charts/generic/pod-network-loss/experiment.yaml +++ b/charts/generic/pod-network-loss/experiment.yaml @@ -84,7 +84,7 @@ spec: # provide the target ips # chaos injection will be triggered for these destination ips - - name: TARGET_IPs + - name: TARGET_IPS value: '' # provide the target hosts