Merge pull request 'feat: enable super' (#5914) from tmp/sparkyfitness-4 into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 29s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 2m28s

Reviewed-on: #5914
This commit was merged in pull request #5914.
This commit is contained in:
2026-04-14 01:02:24 +00:00

View File

@@ -60,10 +60,11 @@ sparkyfitness:
port: 5432
database: app
auth:
existingSecret: sparkyfitness-postgresql-18-cluster-app
existingSecret: sparkyfitness-postgresql-18-cluster-superuser
postgres-18-cluster:
mode: standalone
mode: recovery
cluster:
enableSuperuserAccess: true
initdb:
postInitTemplateSQL:
- CREATE EXTENSION IF NOT EXISTS "uuid-ossp";