We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c5c88 commit 084f9aaCopy full SHA for 084f9aa
1 file changed
database-postgres/k8s/postgres-instance-binding.yaml
@@ -0,0 +1,16 @@
1
+apiVersion: services.cloud.sap.com/v1
2
+kind: ServiceInstance
3
+metadata:
4
+ name: postgres-instance
5
+ namespace: dev
6
+spec:
7
+ serviceOfferingName: postgresql-db
8
+ servicePlanName: trial
9
+---
10
11
+kind: ServiceBinding
12
13
+ name: postgres-binding
14
15
16
+ serviceInstanceName: postgres-instance
0 commit comments