diff --git a/clusters/cl01tl/manifests/komodo/Cluster-komodo-postgresql-17-fdb-cluster.yaml b/clusters/cl01tl/manifests/komodo/Cluster-komodo-postgresql-17-fdb-cluster.yaml index 94ce3ff8f..7abc8145c 100644 --- a/clusters/cl01tl/manifests/komodo/Cluster-komodo-postgresql-17-fdb-cluster.yaml +++ b/clusters/cl01tl/manifests/komodo/Cluster-komodo-postgresql-17-fdb-cluster.yaml @@ -42,10 +42,10 @@ spec: - pg_documentdb_core - pg_documentdb pg_hba: - - host ferretDB postgres localhost trust - - host ferretDB ferret localhost trust + - host app postgres localhost trust + - host app app localhost trust parameters: - cron.database_name: ferretDB + cron.database_name: app documentdb.enableBypassDocumentValidation: "true" documentdb.enableCompact: "true" documentdb.enableLetAndCollationForQueryMatch: "true" @@ -69,10 +69,10 @@ spec: serverName: "komodo-postgresql-17-fdb-backup-2" bootstrap: 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; externalClusters: