From 83d7c1f60bbb87fa7bcc1bd28ac29e3bb2030af0 Mon Sep 17 00:00:00 2001 From: Michael Kozono Date: Thu, 19 Oct 2023 01:05:31 +0000 Subject: [PATCH] Specify on which Geo site to define container registry configs --- doc/charts/registry/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/charts/registry/index.md b/doc/charts/registry/index.md index 0333d9cda7..8d460d18cd 100644 --- a/doc/charts/registry/index.md +++ b/doc/charts/registry/index.md @@ -593,7 +593,8 @@ global: secret: gitlab-registry-notification key: secret - # If utilising Geo, and wishing to sync the container registry + # If utilising Geo, and wishing to sync the container registry. + # Define this in the primary site configs only. geo: registry: replication: -- GitLab