Skip to content

Commit feccd3b

Browse files
authored
Merge pull request SAP-samples#602 from grego952/add-postgres-folder
Add database-postgres and delete database-mssql
2 parents 9e07eac + 03bf369 commit feccd3b

17 files changed

Lines changed: 178 additions & 201 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You want to contribute to Kyma Runtime Extension Samples? Welcome! Please read t
99

1010
## Help Others
1111

12-
You can help Kyma Runtime by helping others who use Kyma Runtime and need support. You will find them in the [SAP BTP, Kyma runtime Community](https://answers.sap.com/tags/73554900100800003012).
12+
You can help Kyma Runtime by helping others who use Kyma Runtime and need support. You will find them in the [SAP BTP, Kyma runtime Community](https://answers.sap.com/tags/73554900100800003012). <!-- markdown-link-check-disable-line -->
1313

1414
## Analyze Issues
1515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Running various samples requires access to the Kyma environment. There are also
9191

9292
| Name | Description | References |
9393
| ------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
94-
| [MS SQL database](./database-mssql/README.md) | This sample demonstrates how to containerize and deploy an MS SQL database | [Tutorial](https://developers.sap.com/tutorials/cp-kyma-mssql-deployment.html) |
94+
| [Use and Seed SAP BTP PostgreSQL in SAP BTP, Kyma Runtime](./database-postgres/README.md) | This sample demonstrates how to containerize and deploy an MS SQL database | [Tutorial](https://developers.sap.com/tutorials/cp-kyma-mssql-deployment.html) |
9595
| [Golang MS SQL database API](./api-mssql-go/README.md) | This sample provides a Golang API endpoint for communication with an MS SQL database | [Tutorial](https://developers.sap.com/tutorials/cp-kyma-api-mssql-golang.html) |
9696

9797
## Advanced Scenarios

database-mssql/README.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

database-mssql/app/entrypoint.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

database-mssql/app/init-db.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

database-mssql/app/setup.sql

Lines changed: 0 additions & 18 deletions
This file was deleted.

database-mssql/docker/Dockerfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

database-mssql/k8s/deployment.yaml

Lines changed: 0 additions & 54 deletions
This file was deleted.

database-mssql/k8s/pvc.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

database-mssql/k8s/secret.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)