From d1d980ce124b1b4d3b1bc751099af8af599e7062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?yovafeng=28=E5=B0=81=E4=BA=9A=E9=A3=9E=29?= Date: Sun, 26 Feb 2023 17:17:32 +0800 Subject: [PATCH] =?UTF-8?q?'fix=EF=BC=9B=E6=8F=90=E4=BE=9B=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=9A=84gitrepo=E5=8F=82=E6=95=B0=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E5=88=9B=E5=BB=BA=E6=A8=A1=E6=9D=BFlistTag?= =?UTF-8?q?=E6=8A=A5=E9=94=99'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/horizon/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/horizon/values.yaml b/charts/horizon/values.yaml index 5dd641c..e6729d6 100644 --- a/charts/horizon/values.yaml +++ b/charts/horizon/values.yaml @@ -21,7 +21,9 @@ config: db: 1 sessionConfig: maxAge: 43200 - gitRepos: [] + gitRepos: [ + "gitlab.h8r.site" + ] gitopsRepoConfig: rootGroupPath: cloud-native url: "http://{{ .Release.Name }}-gitlab"