Skip to content

Commit

Permalink
Export scenario config before generating config
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaenr committed Sep 12, 2023
1 parent 11e55b1 commit f9de79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/namespace-scenarios/prow_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ source namespace-scenarios/env.sh
krkn_loc=/root/kraken

# Substitute config with environment vars defined
export SCENARIO_FILE="- namespace-scenarios/namespace_scenario.yaml"
envsubst < namespace-scenarios/namespace_scenario.yaml.template > namespace-scenarios/namespace_scenario.yaml
envsubst < config.yaml.template > namespace_config.yaml
export SCENARIO_FILE="- namespace-scenarios/namespace_scenario.yaml"

# Run Kraken
cat namespace_config.yaml
Expand Down

0 comments on commit f9de79f

Please sign in to comment.