Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-08-24 11:06:34 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-08-29 08:55:09 +0300
commit9e888af15b440128118d739266310e8ecb32d4ed (patch)
treed80056d09cf0c33fdfdb0bd15f1b9369c5bae9f2 /_support
parent0a66fa23dff504ea123f4c03cade249eff641b00 (diff)
support/benchmarking: Stop using gitlab-shell configuration
The benchmarking deployments for Gitaly still use the gitlab-shell configuration. This setting is not required anymore though, and we already configure the GitLab secret explicitly. Remove the section.
Diffstat (limited to '_support')
-rw-r--r--_support/benchmarking/roles/gitaly/templates/config.toml.j24
1 files changed, 0 insertions, 4 deletions
diff --git a/_support/benchmarking/roles/gitaly/templates/config.toml.j2 b/_support/benchmarking/roles/gitaly/templates/config.toml.j2
index 75b912c42..4e50eaa1d 100644
--- a/_support/benchmarking/roles/gitaly/templates/config.toml.j2
+++ b/_support/benchmarking/roles/gitaly/templates/config.toml.j2
@@ -38,10 +38,6 @@ level = "info"
format = "json"
dir = "/var/log/gitaly"
-[gitlab-shell]
-# The directory where gitlab-shell is installed
-dir = "/opt/gitlab-shell"
-
[gitlab]
url = "http://127.0.0.1:3001"
secret_file = "/var/opt/gitaly/shell.secret"