Skip to content

Commit 1969c4a

Browse files
authored
Fix description (#18596)
* fix spelling * fix validator * fix issue: #18555 * fix issue: #18556 * fix description
1 parent 8073485 commit 1969c4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/create-configure-approuter-multitenant-application/create-configure-approuter-multitenant-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ In the folder `kyma-multitenant-approuter`, create a file `xs-app.json` with the
8686

8787
The destinations configuration can be provided by the `destinations` environment variable or by destination service.
8888

89-
In order to provide `destinations` environment variable to the approuter application, you should create a `ConfigMap` object for reference later.
89+
In order to provide `destinations` environment variable to the approuter application, you should create a `ConfigMap` object for the approuter's reference.
9090

9191
Create a new deployment YAML file named `k8s-deployment-approuter.yaml` for the approuter app with the following content:
9292

@@ -117,7 +117,7 @@ data:
117117

118118
[ACCORDION-BEGIN [Step 5: ](Define Deployment)]
119119

120-
Create a YAML file for the approuter app called `k8s-deployment-approuter.yaml`:
120+
Define the deployment object by adding the following code snippets in the file `k8s-deployment-approuter.yaml`:
121121

122122
```YAML
123123
---

0 commit comments

Comments
 (0)