feat: enable super
This commit is contained in:
@@ -60,10 +60,11 @@ sparkyfitness:
|
|||||||
port: 5432
|
port: 5432
|
||||||
database: app
|
database: app
|
||||||
auth:
|
auth:
|
||||||
existingSecret: sparkyfitness-postgresql-18-cluster-app
|
existingSecret: sparkyfitness-postgresql-18-cluster-superuser
|
||||||
postgres-18-cluster:
|
postgres-18-cluster:
|
||||||
mode: standalone
|
mode: recovery
|
||||||
cluster:
|
cluster:
|
||||||
|
enableSuperuserAccess: true
|
||||||
initdb:
|
initdb:
|
||||||
postInitTemplateSQL:
|
postInitTemplateSQL:
|
||||||
- CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
- CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
||||||
|
|||||||
Reference in New Issue
Block a user