From 09e76bb2e7d4c805bfc2cb70cb1b0ca89cd60216 Mon Sep 17 00:00:00 2001 From: Paolo Mainardi Date: Mon, 3 Jan 2022 18:28:10 +0100 Subject: [PATCH] Missing redis db number --- assets/runtime/functions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/runtime/functions b/assets/runtime/functions index 27c1c3ca..5a74bae8 100644 --- a/assets/runtime/functions +++ b/assets/runtime/functions @@ -241,7 +241,8 @@ gitlab_configure_actioncable() { update_template ${GITLAB_ACTIONCABLE_CONFIG} \ REDIS_HOST \ - REDIS_PORT + REDIS_PORT \ + REDIS_DB_NUMBER } gitlab_configure_gitaly() {