We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad267f9 commit 7f91077Copy full SHA for 7f91077
cap-service/mta.yaml
@@ -31,6 +31,7 @@ modules:
31
requires:
32
# Resources extracted from CAP configuration
33
- name: cap-service-db
34
+ # Manually add to bind to xsuaa
35
- name: managed-fiori-uaa
36
provides:
37
- name: srv-api # required by consumers of CAP services (e.g. approuter)
@@ -65,7 +66,8 @@ resources:
65
66
properties:
67
hdi-service-name: ${service-name}
68
- # services extracted from CAP configuration
69
+ # manually add to bind to the xsuaa service deployed by
70
+ # managed-html5-runtime-fiori-mta
71
72
type: org.cloudfoundry.existing-service
73
parameters:
0 commit comments