From 5fb491b50caebfd3f2a3c0ce912dc9e1033834e7 Mon Sep 17 00:00:00 2001 From: Pythoner6 Date: Wed, 3 Jan 2024 00:00:59 -0500 Subject: [PATCH] disable registry storage redirect --- k8s/gitlab/gitlab.cue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/k8s/gitlab/gitlab.cue b/k8s/gitlab/gitlab.cue index fc9d34e..09fa511 100644 --- a/k8s/gitlab/gitlab.cue +++ b/k8s/gitlab/gitlab.cue @@ -212,7 +212,10 @@ kustomizations: helm: manifest: { global: storageClass: dcsi.localHostpath } registry: { - storage: secret: kustomizations["$default"].manifest.registrySecret.metadata.name + storage: { + secret: kustomizations["$default"].manifest.registrySecret.metadata.name + redirect: disable: true + } database: { enabled: true host: registryDbRw