diff --git a/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml b/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml index 5b527d8..be14202 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml @@ -95,14 +95,14 @@ spec: adminPasswordSecretKey: "" sharedPreloadLibraries: "timescaledb,pg_stat_statements" databases: - - name: sarex_db - user: sarex + - name: attachments_db + user: attachments extensions: - ltree - pg_stat_statements - uuid-ossp restoreFromDump: true - dumpKey: sarex_db.sql + dumpKey: attachments.sql - name: zitadel user: zitadel extensions: []