From 8c6ef7a1bdca9a086a014bcbccf7e8271669b6f9 Mon Sep 17 00:00:00 2001
From: Mart van Santen <mart@greenhost.nl>
Date: Thu, 2 Dec 2021 03:01:20 +0100
Subject: [PATCH] Better comment

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1bed9b4..f6a0cba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -170,7 +170,8 @@ behave-integration:
     URLS_CONSENT: http://oidc:5000/login
     URLS_LOGIN: http://oidc:5000/consent
     SECRETS_SYSTEM: RandomSecretForTesting
-    # For postgres image
+    # For postgres image super user credentials, additional credentials are
+    # created from `.gitlab/ci/postgres/setup.sql` during initialization
     POSTGRES_PASSWORD: postgres
     POSTGRES_USER: postgres
     POSTGRES_DB: postgres
-- 
GitLab