From 332d3c1be7a50ce9f6c5a703c5f21cd6ffbb65ad Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 13 Apr 2026 20:01:42 -0500 Subject: [PATCH] feat: enable super --- clusters/cl01tl/helm/sparkyfitness/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/sparkyfitness/values.yaml b/clusters/cl01tl/helm/sparkyfitness/values.yaml index e68680c34..b4ce32673 100644 --- a/clusters/cl01tl/helm/sparkyfitness/values.yaml +++ b/clusters/cl01tl/helm/sparkyfitness/values.yaml @@ -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";