Skip to content

Commit

Permalink
consumedService adjusted for approuter & server
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprasad-sap committed Apr 3, 2024
1 parent 681fd0a commit 17d61f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions files/approuter.yaml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ workloads:
{{#hasHTML5Repo}}
- {{appName}}-html5-repo-runtime-bind
{{/hasHTML5Repo}}
{{#hasMultitenancy}}
- {{appName}}-saas-registry-bind
{{/hasMultitenancy}}
deploymentDefinition:
type: Router
image:
Expand Down
3 changes: 0 additions & 3 deletions files/server.yaml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ workloads:
{{#hasXsuaa}}
- {{appName}}-uaa-bind
{{/hasXsuaa}}
{{#hasDestination}}
- {{appName}}-destination-bind
{{/hasDestination}}
{{#hasMultitenancy}}
- {{appName}}-saas-registry-bind
- {{appName}}-service-manager-bind
Expand Down
1 change: 1 addition & 0 deletions test/files/expectedChart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ workloads:
sme.sap.com/app-type: bookshop
consumedBTPServices:
- bookshop-uaa-bind
- bookshop-saas-registry-bind
deploymentDefinition:
type: Router
image: null
Expand Down
2 changes: 1 addition & 1 deletion test/files/expectedChart/valuesWithDestination.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ workloads:
consumedBTPServices:
- bookshop-uaa-bind
- bookshop-destination-bind
- bookshop-saas-registry-bind
deploymentDefinition:
type: Router
image: null
Expand All @@ -95,7 +96,6 @@ workloads:
sme.sap.com/app-type: bookshop
consumedBTPServices:
- bookshop-uaa-bind
- bookshop-destination-bind
- bookshop-saas-registry-bind
- bookshop-service-manager-bind
deploymentDefinition:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ workloads:
consumedBTPServices:
- bookshop-uaa-bind
- bookshop-destination-bind
- bookshop-saas-registry-bind
deploymentDefinition:
type: Router
image: null
Expand All @@ -95,7 +96,6 @@ workloads:
sme.sap.com/app-type: bookshop
consumedBTPServices:
- bookshop-uaa-bind
- bookshop-destination-bind
- bookshop-saas-registry-bind
- bookshop-service-manager-bind
deploymentDefinition:
Expand Down

0 comments on commit 17d61f0

Please sign in to comment.