Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Where:
- `PATH` is a path on the server.
- `HANDLER` is the function executed when the route is matched.

Add basic logic into the default get endpoint with the following code snippets:
Add basic logic into the default get endpoint. To make the necessary changes you should navigate to `kyma-multitenant-node/routes/index.js` and add the logic with the following code snippets:

```javascript
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ For example:
[ACCORDION-END]

[ACCORDION-BEGIN [Step 2: ](Determine Kyma Cluster Domain)]
In your Kyma dashboard, find the full Kyma cluster domain in the downloaded `kubeconfig.yml` file or in the URL of the Kyma dashboard.

For example:

![image-20211214133533870](image-20211214133533870.png)
Find the full Kyma cluster domain in the downloaded `kubeconfig.yml` file. For example: `e6803e4.kyma.shoot.live.k8s-hana.ondemand.com`.


[DONE]
Expand Down