You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. For on-premise only: Add the connectivity service to your Helm chart:
@@ -300,6 +312,8 @@ You can try the `API_BUSINESS_PARTNER` service with a real S/4HANA system with t
300
312
cds add connectivity
301
313
```
302
314
315
+
Note: `cds add helm` will not add configuration required to create a Connectivity Service Instance. This Service Instance should be created by the Kyma Cluster Administrator. For more information regarding configuration of Connectivity Instance, please check the [documentation](https://cap.cloud.sap/docs/guides/deployment/deploy-to-kyma#connectivity-service).
316
+
303
317
*See also: [API_BUSINESS_PARTNER Remote Service and Spring Profiles](#api_business_partner-remote-service-and-spring-profiles)*
The *Docker Server* is the full qualified hostname of your container registry.
316
330
317
-
#### Create a HDI container and a secret
331
+
#### Create a HDI container / Service Manager Instance and a Secret
332
+
333
+
This step is only required if you're using a BTP Trial account. If you're using a production or a free tier account then you can create HDI Container from Kyma directly by adding a [mapping to your Kyma namespace in your HANA Cloud Instance](https://blogs.sap.com/2022/12/15/consuming-sap-hana-cloud-from-the-kyma-environment/) and skip this step.
334
+
335
+
##### Single Tenant
318
336
319
337
```
320
338
bash ./scripts/create-db-secret.sh bookshop-db
321
339
```
322
340
323
-
It will create a HDI container `bookshop-db` on your currently targeted Cloud Foundry space and creates a secret `bookshop-db` with the HDI container's credentials in your current Kubernetes namespace.
341
+
It will create a HDI container `bookshop-db`instance on your currently targeted Cloud Foundry space and a secret `bookshop-db` with the credentials in your current Kubernetes namespace.
324
342
325
-
### Build
343
+
Make the following changes to your _`chart/values.yaml`_.
(Replace `$YOUR_CONTAINER_REGISTRY` with the full-qualified hostname of your container registry)
371
+
It will create a Service Manager `bookshop-sm` instance on your currently targeted Cloud Foundry space and a secret `bookshop-sm` with the credentials inyour current Kubernetes namespace.
339
372
373
+
Make the following changes to your _`chart/values.yaml`_.
Before you can access the UI you should make sure to [Setup Authorizations in SAP Business Technology Platform](#setup-authorizations-in-sap-business-technology-platform).
383
513
384
-
1. Create a Launchpad Service subscription in the BTP Cockpit
385
-
2. Go to **HTML5 Applications**
386
-
3. Start any of the HTML5 applications
514
+
Click on the approuter url logged by the `helm install` to access the UI.
Additionally, you can add the UIs to a Launchpad Service site like it is described in in the last two steps of [this tutorial](https://developers.sap.com/tutorials/btp-app-kyma-launchpad-service.html#9aab2dd0-18ea-4ccd-bc44-24e87c845740).
522
+
In case of multi tenant, you'll have to subscribe to the application from a different subaccount. You can follow the steps mentioned [here](https://cap.cloud.sap/docs/guides/deployment/as-saas#subscribe) to access the application.
389
523
390
524
## Setup Authorizations in SAP Business Technology Platform
0 commit comments