Skip to content

Commit 084f9aa

Browse files
committed
Add postgres-instance-binding.yaml
1 parent d6c5c88 commit 084f9aa

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
apiVersion: services.cloud.sap.com/v1
11+
kind: ServiceBinding
12+
metadata:
13+
name: postgres-binding
14+
namespace: dev
15+
spec:
16+
serviceInstanceName: postgres-instance

0 commit comments

Comments
 (0)