fix: update POSTGRES_NAME to POSTGRES_DB in values template
Some checks failed
Deploy to Production / Build and Deploy (push) Has been cancelled
Some checks failed
Deploy to Production / Build and Deploy (push) Has been cancelled
This commit is contained in:
parent
eb079fa9e4
commit
5820150ec9
@ -29,7 +29,7 @@ backend:
|
||||
env:
|
||||
POSTGRES_HOSTNAME: postgres-service
|
||||
POSTGRES_PORT: "5432"
|
||||
POSTGRES_NAME: fusero-db
|
||||
POSTGRES_DB: fusero-db
|
||||
POSTGRES_USER: prod_admin
|
||||
POSTGRES_PASSWORD: "<POSTGRES_PASSWORD>"
|
||||
DEFAULT_ADMIN_USERNAME: admin
|
||||
|
Loading…
Reference in New Issue
Block a user