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