Skip to content

Update gitaly config to avoid git_data_dirs.<storage>.path

John McDonnell requested to merge jmd/remove-git-data-dirs into master

What does this MR do and why?

The recommended configuration is to use gitaly['configuration']['storage']- https://docs.gitlab.com/ee/administration/gitaly/configure_gitaly.html#configure-gitaly-clients

Let's remove usages of git_data_dirs.<storage>.path and use this configuration instead.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports