Skip to content

Commit

Permalink
Fix config format for power-outages in prow
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaenr committed Dec 15, 2023
1 parent d9069c4 commit 4a9f720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/power-outage/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ oc version

# Substitute config with environment vars defined
envsubst < power-outages/shutdown_scenario.yaml.template > /tmp/power_outage_scenario.yaml
export SCENARIO_FILE=/tmp/power_outage_scenario.yaml
export SCENARIO_FILE="- /tmp/power_outage_scenario.yaml"
envsubst < config.yaml.template > power_outage_config.yaml

# Run Kraken
Expand Down

0 comments on commit 4a9f720

Please sign in to comment.