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

Set postgresql db name and user for zalando

parent 21d9ef83
No related branches found
No related tags found
1 merge request!60Postgres operator 50
Pipeline #80345 failed
......@@ -66,6 +66,9 @@ services:
--set postgresql.postgresqlPassword=${POSTGRES_PASSWORD}
--set postgresql.postgresqlDatabase=${POSTGRES_DB}
--set postgresql.postgresqlUsername=${POSTGRES_USER}
--set postgresqlZalando.dbName=${POSTGRES_DB}
--set postgresqlZalando.dbUser=${POSTGRES_USER}
--set CI_REGISTRY_IMAGE=${CI_REGISTRY_IMAGE}
--set imagePullSecrets[0].name="registry-pull-secret-${CI_COMMIT_REF_SLUG}"
--set image.tag="${CI_COMMIT_SHORT_SHA}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment