feat(cnpg): add sandbox database on shared-pg cluster

This commit is contained in:
Alexander Rogov
2026-07-30 20:21:47 +03:00
parent 4be6588001
commit f11ad082b2

View File

@@ -85,4 +85,15 @@ spec:
owner: mastodon
cluster:
name: shared-pg
---
apiVersion: postgresql.cnpg.io/v1
kind: Database
metadata:
name: sandbox
namespace: cnpg
spec:
name: sandbox
owner: sandbox
cluster:
name: shared-pg