Skip to content

Commit

Permalink
Added service_stack to hooks/addon-scs. (#233)
Browse files Browse the repository at this point in the history
* Added service_stack to hooks/addon-scs.

* Adding missing ','s.
  • Loading branch information
wayneeseguin authored Aug 25, 2024
1 parent 874ff4f commit 41c35a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hooks/addon-scs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ applications:
"service_plan_name": "default",
"service_description": "Broker to create Config Servers",
"service_buildpack": "${configserver_buildpack}",
"service_stack": "${stack}",
"service_download_uri": "${configserver_jar_uri}"
},
{
Expand All @@ -205,6 +206,7 @@ applications:
"service_plan_name": "default",
"service_description": "Broker to create Service Registries",
"service_buildpack": "${registry_buildpack}",
"service_stack": "${stack}",
"service_download_uri": "${registry_jar_uri}"
}
],
Expand Down

0 comments on commit 41c35a2

Please sign in to comment.