We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab32bb5 commit 5291205Copy full SHA for 5291205
event-mesh.json .deploy/event-mesh.jsonevent-mesh.json renamed to .deploy/event-mesh.json
xs-security.json .deploy/xs-security.jsonxs-security.json renamed to .deploy/xs-security.json
mta.yaml
@@ -151,7 +151,7 @@ resources:
151
parameters:
152
service: enterprise-messaging
153
service-plan: default
154
- path: ./event-mesh.json
+ path: .deploy/event-mesh.json
155
config:
156
emname: bookstore-${org}-${space}
157
namespace: cap/samples/${space}
@@ -167,7 +167,7 @@ resources:
167
168
service: xsuaa
169
service-plan: application
170
- path: ./xs-security.json
+ path: .deploy/xs-security.json
171
172
xsappname: samples-${org}-${space}
173
tenant-mode: dedicated
0 commit comments