feat: enable super
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 28s
render-manifests / render-manifests (pull_request) Successful in 46s
lint-test-helm / validate-kubeconform (pull_request) Successful in 43s

This commit is contained in:
2026-04-13 20:01:42 -05:00
parent 1f79d0344a
commit 332d3c1be7

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";