feat(cnpg): add sandbox database on shared-pg cluster
This commit is contained in:
@@ -85,4 +85,15 @@ spec:
|
|||||||
owner: mastodon
|
owner: mastodon
|
||||||
cluster:
|
cluster:
|
||||||
name: shared-pg
|
name: shared-pg
|
||||||
|
---
|
||||||
|
apiVersion: postgresql.cnpg.io/v1
|
||||||
|
kind: Database
|
||||||
|
metadata:
|
||||||
|
name: sandbox
|
||||||
|
namespace: cnpg
|
||||||
|
spec:
|
||||||
|
name: sandbox
|
||||||
|
owner: sandbox
|
||||||
|
cluster:
|
||||||
|
name: shared-pg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user