From 183c74dd9da43542e3e9343f53fad53854464da6 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 5 Feb 2026 22:03:12 -0600 Subject: [PATCH] fix: use app --- clusters/cl01tl/helm/komodo/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/helm/komodo/values.yaml b/clusters/cl01tl/helm/komodo/values.yaml index 7f048c9a5..ec4f35228 100644 --- a/clusters/cl01tl/helm/komodo/values.yaml +++ b/clusters/cl01tl/helm/komodo/values.yaml @@ -175,7 +175,7 @@ postgresql-17-fdb-cluster: postgresGID: 999 postgresql: parameters: - cron.database_name: 'ferretDB' + cron.database_name: 'app' documentdb.enableCompact: "true" documentdb.enableLetAndCollationForQueryMatch: "true" documentdb.enableNowSystemVariable: "true" @@ -188,19 +188,19 @@ postgresql-17-fdb-cluster: max_slot_wal_keep_size: 2000MB hot_standby_feedback: "on" pg_hba: - - host ferretDB postgres localhost trust - - host ferretDB ferret localhost trust + - host app postgres localhost trust + - host app app localhost trust shared_preload_libraries: - pg_cron - pg_documentdb_core - pg_documentdb initdb: - database: ferretDB - owner: ferret + database: app + owner: app postInitApplicationSQL: - create extension if not exists pg_cron; - create extension if not exists documentdb cascade; - - grant documentdb_admin_role to ferret; + - grant documentdb_admin_role to app; recovery: method: objectStore objectStore: