diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index 0dd144d..3c2da8f 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -537,14 +537,14 @@ spec: - name: CONTAINER_RUNTIME value: 'docker' - # provide the target ips + # provide the destination ips # chaos injection will be triggered for these destination ips - - name: TARGET_IPS + - name: DESTINATION_IPS value: '' - # provide the target hosts + # provide the destination hosts # chaos injection will be triggered for these destination hosts - - name: TARGET_HOSTS + - name: DESTINATION_HOSTS value: '' # provide the socket file path @@ -814,14 +814,14 @@ spec: - name: CONTAINER_RUNTIME value: 'docker' - # provide the target ips + # provide the destination ips # chaos injection will be triggered for these destination ips - - name: TARGET_IPS + - name: DESTINATION_IPS value: '' - # provide the target hosts + # provide the destination hosts # chaos injection will be triggered for these destination hosts - - name: TARGET_HOSTS + - name: DESTINATION_HOSTS value: '' # provide the socket file path @@ -1629,14 +1629,14 @@ spec: - name: CONTAINER_RUNTIME value: 'docker' - # provide the target ips + # provide the destination ips # chaos injection will be triggered for these destination ips - - name: TARGET_IPS + - name: DESTINATION_IPS value: '' - # provide the target hosts + # provide the destination hosts # chaos injection will be triggered for these destination hosts - - name: TARGET_HOSTS + - name: DESTINATION_HOSTS value: '' # provide the socket file path @@ -2088,14 +2088,14 @@ spec: - name: CONTAINER_RUNTIME value: 'docker' - # provide the target ips + # provide the destination ips # chaos injection will be triggered for these destination ips - - name: TARGET_IPS + - name: DESTINATION_IPS value: '' - # provide the target hosts + # provide the destination hosts # chaos injection will be triggered for these destination hosts - - name: TARGET_HOSTS + - name: DESTINATION_HOSTS value: '' # provide the socket file path