From 435f01cc2b5b6a34fdd61e626a371e58b4bdfdbd Mon Sep 17 00:00:00 2001 From: solidnerd Date: Sun, 2 Jul 2017 19:09:24 +0200 Subject: [PATCH] Fix missing install_template for Gitaly --- assets/runtime/functions | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/runtime/functions b/assets/runtime/functions index 4ebb83bb..df051332 100644 --- a/assets/runtime/functions +++ b/assets/runtime/functions @@ -1368,6 +1368,10 @@ install_configuration_templates() { echo "Assuming that the Registry is running behind a HTTPS enabled load balancer." fi fi + + if [[ ${GITALY_ENABLED} == true ]]; then + install_template ${GITLAB_USER}: gitaly/config.toml ${GITLAB_GITALY_CONFIG} + fi } configure_gitlab() {