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
Copy file name to clipboardExpand all lines: tutorials/cp-kyma-mocks/cp-kyma-mocks.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ The Kyma mock application contains lightweight substitutes for SAP applications
23
23
24
24
### Clone the Git repository
25
25
26
-
1. Go to the [xf-application-mocks](https://github.com/SAP-samples/xf-application-mocks) repository.
26
+
1. Go to the [kyma-runtime-extension-samples](https://github.com/SAP-samples/kyma-runtime-extension-samples) repository.
27
27
Within the repo you can find each of the mock applications and their Deployment files within the respective folder. The process outlined in this tutorial is the same for each, but focuses on configuring the commerce mock.
28
28
29
29
2. Use the green **Code** button to choose one of the options to download the code locally, or simply run the following command using your CLI at your desired folder location:
### Add the Application Connector module in SAP BTP, Kyma runtime
@@ -54,7 +54,7 @@ The Kyma mock application contains lightweight substitutes for SAP applications
54
54
55
55
3. Open the `dev` Namespace, if it is not already open, and choose **Upload YAML**.
56
56
57
-
4. Either copy the contents of the file `/xf-application-mocks/commerce-mock/deployment/k8s.yaml` into the window or use the upload option. Notice that this file contains the resource definitions for the Deployment as well as the Service and the Persistent Volume Claim.
57
+
4. Either copy the contents of the file `kyma-runtime-extension-samples/commerce-mock/deployment/k8s.yaml` into the window or use the upload option. Notice that this file contains the resource definitions for the Deployment as well as the Service and the Persistent Volume Claim.
58
58
59
59
5. Go to **Discovery and Network > API Rules** and choose **Create**.
60
60
@@ -66,7 +66,7 @@ The Kyma mock application contains lightweight substitutes for SAP applications
66
66
67
67
7. Mark the **GET** and **POST** methods, and choose **Create** to create the APIRule.
68
68
69
-
> Even APIRules can be created by describing them within YAML files. You can find the YAML definition of the `APIRule` at `/xf-application-mocks/commerce-mock/deployment/kyma.yaml`.
69
+
> Even APIRules can be created by describing them within YAML files. You can find the YAML definition of the `APIRule` at `/kyma-runtime-extension-samples/commerce-mock/deployment/kyma.yaml`.
0 commit comments