From 25d1231dd4bed8223630beea617fbc6799fc6912 Mon Sep 17 00:00:00 2001
From: Remi Planel <rplanel@pasteur.fr>
Date: Fri, 22 Apr 2022 14:23:14 +0200
Subject: [PATCH] Set postgresql db name and user for zalando

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32942824..702aa302 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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}"
-- 
GitLab