Update gitaly config to avoid git_data_dirs.<storage>.path
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.
-
Commits include Changelog:
trailer -
I have evaluated the MR acceptance checklist for this MR.