trying to fix firefly db prep
This commit is contained in:
parent
13aba25b02
commit
d049799ae3
|
|
@ -15,7 +15,7 @@ data:
|
||||||
APP_LOG_LEVEL: notice
|
APP_LOG_LEVEL: notice
|
||||||
AUDIT_LOG_LEVEL: emergency
|
AUDIT_LOG_LEVEL: emergency
|
||||||
DB_CONNECTION: pgsql
|
DB_CONNECTION: pgsql
|
||||||
DB_HOST: firefly-db-rw
|
DB_HOST: pg-databases-rw
|
||||||
DB_PORT: "5432"
|
DB_PORT: "5432"
|
||||||
DB_DATABASE: firefly
|
DB_DATABASE: firefly
|
||||||
DB_USERNAME: firefly
|
DB_USERNAME: firefly
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@ resources:
|
||||||
- fireflysecrets.yaml
|
- fireflysecrets.yaml
|
||||||
- ../../../infrastructure/modules/postgres-app
|
- ../../../infrastructure/modules/postgres-app
|
||||||
|
|
||||||
|
namespace: pg-databases
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- target:
|
- target:
|
||||||
kind: Job
|
kind: Job
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue