Skip to content

Commit

Permalink
fix: generate_local_test_config.sh (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoran-chen authored Jan 4, 2024
1 parent eca8f83 commit d3edc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_local_test_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helmChart="$root"/kubernetes/loculus

backend_config="$root"/website/tests/config/backend_config.json
helm template name-does-not-matter "$helmChart" --show-only templates/loculus-backend-config.yaml | \
yq eval '.data."backend_config.json"' - > "backend_config"
yq eval '.data."backend_config.json"' - > "$backend_config"
echo "wrote backend config to $backend_config"

website_config="$root"/website/tests/config/website_config.json
Expand Down

0 comments on commit d3edc73

Please sign in to comment.