From 435aa0f0ab4f7f6942f73599d8a06bf89fb45d94 Mon Sep 17 00:00:00 2001 From: Suleimi Ahmed Date: Mon, 10 Jul 2023 06:18:46 -0600 Subject: [PATCH] removes documentation on registry migration mode config --- doc/charts/registry/index.md | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/doc/charts/registry/index.md b/doc/charts/registry/index.md index ccd1b6bab2..7e7dbc6139 100644 --- a/doc/charts/registry/index.md +++ b/doc/charts/registry/index.md @@ -1004,36 +1004,6 @@ there will be some variation in how you connect. ...@gitlab-postgresql-0/$ exit ``` -### migration - -The `migration` property is optional and provides options related to the -[migration](https://gitlab.com/gitlab-org/container-registry/-/blob/master/docs/configuration.md#migration) -of metadata from the filesystem to the metadata database. - -WARNING: -This is an experimental feature and _must not_ be used in production. - -NOTE: -This feature requires the [metadata database](#database) to be enabled. - -```yaml -migration: - enabled: true - disablemirrorfs: true - rootdirectory: gitlab - importtimeout: 5m - preimporttimeout: 1h - tagconcurrency: 10 - maxconcurrentimports: 10 - importnotification: - enabled: true - url: 'https://example.com/notification/{path}/status' - timeout: 5s - secret: - secret: gitlab-registry-notification - key: secret -``` - ### gc The `gc` property is optional and provides options related to -- GitLab