Skip to content

Commit

Permalink
tasks/create-cf-space-toolsmiths: read cf-api from toolsmith data
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun024 committed Jan 2, 2024
1 parent 4b762e1 commit c9974ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/create-cf-space-toolsmiths/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ops_manager_username="$(jq -r .ops_manager.username environment/metadata)"
ops_manager_password="$(jq -r .ops_manager.password environment/metadata)"
ops_manager_url="$(jq -r .ops_manager.url environment/metadata)"

TARGET="api.sys.$env_name.cf-app.com"
TARGET="$(jq -r .cf.api_url environment/metadata)"
USERNAME="admin"
PASSWORD="$(om \
--target "$ops_manager_url" \
Expand Down

0 comments on commit c9974ce

Please sign in to comment.