Update documentation to match Gitaly's new configuration structure
All threads resolved!
All threads resolved!
Compare changes
+ 14
− 2
@@ -280,7 +280,13 @@ and [Helm Chart deployments](https://docs.gitlab.com/charts/). They come with ap
- Praefect's configuration structure in Omnibus GitLab [has been changed](https://gitlab.com/gitlab-org/gitaly/-/issues/4467) to be consistent Praefect's own configuration structure used in source installs. Praefect's configuration is now under `praefect['configuration']` as a single hash. There are still other top-level keys in `praefect` used by Omnibus. Migrate by moving the configuration under the new structure. Below is the new structure with the old keys described in a comment above the key. Replace the `...` with the value from the old key. Default values are the same. If you haven't configured a value previously, you don't have to configure it now either. Remove the old keys from the configuration once migrated.
@@ -407,7 +413,13 @@ and [Helm Chart deployments](https://docs.gitlab.com/charts/). They come with ap
- Gitaly's configuration structure in Omnibus GitLab [has been changed](https://gitlab.com/gitlab-org/gitaly/-/issues/4467) to be consistent Gitaly's own configuration structure used in source installs. Gitaly's configuration is now under `gitaly['configuration']` as a single hash. There are still other top-level keys in `gitaly` used by Omnibus. Migrate by moving the configuration under the new structure. Below is the new structure with the old keys described in a comment above the key. Replace the `...` with the value from the old key. Default values are the same. If you haven't configured a value previously, you don't have to configure it now either. Remove the old keys from the configuration once migrated.