Skip to content

Commit e68c7a6

Browse files
committed
2.6 changes
1 parent 7a8d2d0 commit e68c7a6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

tutorials/cp-kyma-api-mssql-golang/cp-kyma-api-mssql-golang.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ You can find the resource definitions in the `k8s` folder. If you performed any
241241
- `configmap.yaml`: defines the name of the database, host, and port. The host value assumes that the service for the database is named `mssql` and is defined in the `dev` Namespace. Make sure to adjust this if you made any changes.
242242
- `deployment.yaml`: defines the deployment definition for the Go API, as well as a service used for communication. This definition references both the `secret.yaml`, which was defined in the previous tutorial and also included in this directory, and the `configmap.yaml` by name.
243243
244-
1. Start by creating the `dev` Namespace if it doesn't already exist:
244+
1. Start by creating the `dev` Namespace and enabling istio:
245245
246246
```Shell/Bash
247247
kubectl create namespace dev

tutorials/cp-kyma-cap/cp-kyma-cap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ You can find the resource definitions in the `k8s` folder. If you performed any
235235
236236
>You will need the `Kubeconfig` setup to perform these steps as detailed in [Install the Kubernetes Command Line Tool](cp-kyma-download-cli). Please also note that the `kubeconfig` will need to be downloaded and configured once it expires after eight hours.
237237
238-
1. Start by creating the `dev` Namespace if it doesn't already exist:
238+
1. Start by creating the `dev` Namespace and enabling istio:
239239
240240
```Shell/Bash
241241
kubectl create namespace dev

tutorials/cp-kyma-frontend-ui5-mssql/cp-kyma-frontend-ui5-mssql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ You can find the resource definitions in the `k8s` folder. If you performed any
119119
- `deployment.yaml`: defines the Deployment definition for the SAPUI5 application as well as a service used for communication. This definition references the `configmap.yaml` by name. It is used to overwrite the `webapp/config.json` of the application.
120120
121121
122-
1. Start by creating the `dev` Namespace if it doesn't already exist:
122+
1. Start by creating the `dev` Namespace and enabling istio:
123123
124124
```Shell/Bash
125125
kubectl create namespace dev
126126
kubectl label namespaces dev istio-injection=enabled
127127
```
128-
128+
129129
> Namespaces separate objects inside a Kubernetes cluster. Choosing a different namespace will require adjustments to the provided samples.
130130
131131
2. Within the project, open the `k8s/configmap.yaml` file and adjust `API_URL` by replacing `<cluster domain>` to match the Kyma runtime cluster domain:

tutorials/cp-kyma-mssql-deployment/cp-kyma-mssql-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ You can find the resource definitions in the `k8s` folder. If you performed any
163163
164164
Run the following commands from the `database-mssql` directory using your CLI.
165165
166-
1. Start by creating the `dev` Namespace and enabling istio if it doesn't already exist:
166+
1. Start by creating the `dev` Namespace and enabling istio:
167167
168168
```Shell/Bash
169169
kubectl create namespace dev

0 commit comments

Comments
 (0)