Skip to content

Commit d6c5c88

Browse files
committed
Add note on where the sample is used
1 parent fe84035 commit d6c5c88

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

database-postgres/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Overview
44

5+
> [!NOTE]
6+
> This sample is used in the Use and Seed SAP BTP PostgreSQL in Kyma Runtime tutorial.
7+
58
This sample seeds a managed PostgreSQL instance on SAP BTP with a small `orders` table. It assumes you already created a PostgreSQL Service Instance and Service Binding for your Kyma cluster. The Service Binding must produce a Kubernetes Secret containing the connection details (`hostname`, `port`, `dbname`, `username`, `password`, and optionally `sslmode`).
69

710
The sample demonstrates how to:

0 commit comments

Comments
 (0)