Skip to content

Commit

Permalink
Update container scenario env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jtydlack authored and chaitanyaenr committed Nov 2, 2023
1 parent 80aa94e commit 8c2be07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-scenarios/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export LABEL_SELECTOR=${LABEL_SELECTOR:="k8s-app=etcd"}
export EXPECTED_RECOVERY_TIME=${EXPECTED_RECOVERY_TIME:=60}
export DISRUPTION_COUNT=${DISRUPTION_COUNT:=1}
export CONTAINER_NAME=${CONTAINER_NAME:=etcd}
export ACTION=${ACTION:="kill 1"}
export ACTION=${ACTION:=1}
export SCENARIO_TYPE=${SCENARIO_TYPE:=container_scenarios}
export SCENARIO_FILE=${SCENARIO_FILE:=- scenarios/container_scenario.yaml}
export SCENARIO_POST_ACTION=${SCENARIO_POST_ACTION:=""}

0 comments on commit 8c2be07

Please sign in to comment.