File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
jobs/golangapiserver/templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ broker_credentials:
8686catalog_path: /var/vcap/jobs/golangapiserver/config/catalog.json
8787catalog_schema_path: /var/vcap/packages/golangapiserver/catalog.schema.json
8888info_file_path: /var/vcap/jobs/golangapiserver/config/info.json
89- policy_schema_path: /var/vcap/packages/golangapiserver/policy_json. schema.json
89+ policy_schema_path: /var/vcap/packages/golangapiserver/scaling-policy.legacy- schema.json
9090dashboard_redirect_uri: <%= p("autoscaler.apiserver.broker.server.dashboard_redirect_uri") %>
9191default_credential_type: <%= p("autoscaler.apiserver.broker.default_credential_type") %>
9292
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ cp --archive "${BOSH_COMPILE_TARGET}/autoscaler/build/api" "${BOSH_INSTALL_TARGE
1313cp --archive "${BOSH_COMPILE_TARGET}/autoscaler/api/db/api.db.changelog.yml" "${BOSH_INSTALL_TARGET}"
1414cp --archive "${BOSH_COMPILE_TARGET}/autoscaler/api/db/servicebroker.db.changelog.yaml" "${BOSH_INSTALL_TARGET}"
1515
16- cp --archive "${BOSH_COMPILE_TARGET}/autoscaler/api/policyvalidator/policy_json.schema. json" "${BOSH_INSTALL_TARGET}"
16+ cp --archive "${BOSH_COMPILE_TARGET}" /autoscaler/api/policyvalidator/*. json "${BOSH_INSTALL_TARGET}" # 🚧 To-do! Check if the files are found.
1717cp --archive "${BOSH_COMPILE_TARGET}/autoscaler/api/catalog.schema.json" "${BOSH_INSTALL_TARGET}"
Original file line number Diff line number Diff line change 99 },
1010 "catalog_schema_path" : " /home/vcap/app/api/schemas/catalog.schema.json" ,
1111 "info_file_path" : " /home/vcap/app/api/default_info.json" ,
12- "policy_schema_path" : " /home/vcap/app/api/policyvalidator/policy_json. schema.json" ,
12+ "policy_schema_path" : " /home/vcap/app/api/policyvalidator/scaling-policy.legacy- schema.json" ,
1313 "dashboard_redirect_uri" : null ,
1414 "default_credential_type" : " binding-secret" ,
1515 "health" : {
You can’t perform that action at this time.
0 commit comments