Skip to content

Commit c9c553a

Browse files
committed
Automatic commit: Move 'btp-hyperscaler-extension' from QA to Production
1 parent 49b459a commit c9c553a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tutorials/btp-hyperscaler-extension/btp-hyperscaler-extension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Login to SAP BTP cockpit to verify cross consumable services from SAP Business T
305305
*application* by running the below command.
306306
307307
```Shell/Bash
308-
kubectl apply -n sapfiori -f https://raw.githubusercontent.com/SAP/btp-hyperscaler-extension/master/k8s/createservice.yaml
308+
kubectl apply -n sapfiori -f https://raw.githubusercontent.com/SAP-samples/btp-hyperscaler-extension/master/k8s/createservice.yaml
309309
```
310310
> The create service file is represented as declarative YAML object which describes what you want to run inside your namespace. You can find the file at `/btp-hyperscaler-extension/master/k8s/createservice.yaml`.
311311
@@ -352,7 +352,7 @@ To build and deploy the **`fioriapp`** sample application in your cluster, you h
352352
4. Execute the below command to deploy the application into hyperscaler.
353353
354354
```Shell/Bash
355-
kubectl apply -n sapfiori -f https://raw.githubusercontent.com/SAP/btp-hyperscaler-extension/master/k8s/deployment.yaml
355+
kubectl apply -n sapfiori -f https://raw.githubusercontent.com/SAP-samples/btp-hyperscaler-extension/master/k8s/deployment.yaml
356356
```
357357
> The deployment file is represented as declarative YAML object which describes what you want to run inside your namespace. You can find the file at `/btp-hyperscaler-extension/master/k8s/deployment.yaml`.
358358
@@ -380,7 +380,7 @@ To build and deploy the **`fioriapp`** sample application in your cluster, you h
380380
1. Execute the below command to deploy the application into hyperscaler.
381381
382382
```Shell/Bash
383-
kubectl apply -n sapfiori -f https://raw.githubusercontent.com/SAP/btp-hyperscaler-extension/master/k8s/loadbalancer.yaml
383+
kubectl apply -n sapfiori -f https://raw.githubusercontent.com/SAP-samples/btp-hyperscaler-extension/master/k8s/loadbalancer.yaml
384384
```
385385
> The deployment file is represented as declarative YAML object which describes what you want to run inside your namespace. You can find the file at `/btp-hyperscaler-extension/master/k8s/loadbalancer.yaml`.
386386

0 commit comments

Comments
 (0)