Skip to content
Snippets Groups Projects
Commit 39d4fece authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Try with postgres user and dbname

parent e9f8c5b0
No related branches found
No related tags found
No related merge requests found
Pipeline #80358 passed
...@@ -55,8 +55,11 @@ services: ...@@ -55,8 +55,11 @@ services:
before_script: before_script:
- helm version - helm version
variables: variables:
POSTGRES_USER: ${POSTGRES_USER} # POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_DB: ${POSTGRES_DB} # POSTGRES_DB: ${POSTGRES_DB}
POSTGRES_USER: postgres
POSTGRES_DB: postgres
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
NODE_ENV: production NODE_ENV: production
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment