trying to fix firefly db prep

This commit is contained in:
j37hr0 2026-04-26 18:27:17 +12:00
parent 13aba25b02
commit d049799ae3
2 changed files with 3 additions and 1 deletions

View file

@ -15,7 +15,7 @@ data:
APP_LOG_LEVEL: notice
AUDIT_LOG_LEVEL: emergency
DB_CONNECTION: pgsql
DB_HOST: firefly-db-rw
DB_HOST: pg-databases-rw
DB_PORT: "5432"
DB_DATABASE: firefly
DB_USERNAME: firefly

View file

@ -4,6 +4,8 @@ resources:
- fireflysecrets.yaml
- ../../../infrastructure/modules/postgres-app
namespace: pg-databases
patches:
- target:
kind: Job