Skip to content

Commit 39456d0

Browse files
authored
Merge pull request #937 from grego952/change-console-to-dashboard
Change Console to Dashboard
2 parents 1394d47 + 705ed2b commit 39456d0

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

tutorials/integrate-with-work-zone-kymaruntime/integrate-with-work-zone-kymaruntime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@ When the application is successfully deployed, you have to configure design and
386386
387387
2. Create a service binding in your Kyma cluster:
388388
389-
1. Navigate to your subaccount and choose **Link to dashboard** under the **Kyma Environment** tab to open the Kyma Console.
389+
1. Navigate to your subaccount and choose **Dashboard URL** under the **Kyma Environment** tab to open Kyma dashboard.
390390
391-
<!-- border; size:540px --> ![Open Kyma console](./kyma-console.png)
391+
<!-- border; size:540px --> ![Open Kyma dashboard](./kyma-console.png)
392392
393393
2. Choose **Namespaces** on the left and choose **incident-management**.
394394

tutorials/prepare-btp-kyma/prepare-btp-kyma.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ The creation of the database instance can take some minutes to complete.
189189

190190
You need the SAP BTP Operator module to map your SAP HANA Cloud service instance to the Kyma cluster. The module is added by default when you enable the SAP BTP, Kyma runtime. Follow these steps to make sure it's enabled:
191191

192-
1. Navigate to your subaccount and choose **Link to dashboard** under the **Kyma Environment** tab.
192+
1. Navigate to your subaccount and choose **Dashboard URL** under the **Kyma Environment** tab.
193193

194-
<!-- border; size:540px --> ![Open Kyma console](./kyma-console.png)
194+
<!-- border; size:540px --> ![Open Kyma dashboard](./kyma-console.png)
195195

196196
2. Choose **Modify Modules**.
197197

tutorials/set-up-cicd-kyma/set-up-cicd-kyma.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,13 @@ In this example, we're creating a repository on GitHub. You need a [GitHub](http
174174
175175
To run the pipeline using the SAP Continuous Integration and Delivery service, you need to create a service account. The service account is a non-human account that provides a distinct identity in your Kyma cluster. The service account authenticates your CI/CD pipeline to access your Kyma cluster. See [Service Accounts](https://kubernetes.io/docs/concepts/security/service-accounts/).
176176
177+
<<<<<<< Updated upstream
177178
1. Navigate to your subaccount and choose **Link to dashboard** under the **Kyma Environment** tab to open the Kyma dashboard.
179+
=======
180+
1. Navigate to your subaccount and choose **Dashboard URL** under the **Kyma Environment** tab to open Kyma dashboard.
181+
>>>>>>> Stashed changes
178182
179-
<!-- border; size:540px --> ![Open Kyma console](./kyma-console.png)
183+
<!-- border; size:540px --> ![Open Kyma dashboard](./kyma-console.png)
180184
181185
2. Choose **Namespaces** &rarr; **Create**.
182186

0 commit comments

Comments
 (0)