trying to fix firefly db prep
This commit is contained in:
parent
13aba25b02
commit
d049799ae3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ resources:
|
|||
- fireflysecrets.yaml
|
||||
- ../../../infrastructure/modules/postgres-app
|
||||
|
||||
namespace: pg-databases
|
||||
|
||||
patches:
|
||||
- target:
|
||||
kind: Job
|
||||
|
|
|
|||
Loading…
Reference in a new issue