We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e669c5 commit 03bf369Copy full SHA for 03bf369
1 file changed
database-postgres/README.md
@@ -12,7 +12,7 @@ The sample demonstrates how to:
12
- Prepare a Kyma namespace for consuming a BTP-managed PostgreSQL instance.
13
- Seed the database using a Kubernetes Job that runs `psql` against the bound instance.
14
15
-The SQL used to create and seed the table lives inline in the ConfigMap in [database-postgres/k8s/seed-job.yaml](database-postgres/k8s/seed-job.yaml).
+The SQL used to create and seed the table lives inline in the ConfigMap in [database-postgres/k8s/seed-job.yaml](k8s/seed-job.yaml).
16
17
## Prerequisites
18
0 commit comments