From ccbb77787f7bdaf232503b370810be6d966c153a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A1=D0=BE?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=D1=8C=D0=B5=D0=B2?= Date: Tue, 9 Jun 2026 17:08:40 +0300 Subject: [PATCH] =?UTF-8?q?config-server(dev):=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80=D0=B8?= =?UTF-8?q?=D0=B9=20observatio-terrae,=20=D0=B2=D0=B5=D1=82=D0=BA=D0=B0=20?= =?UTF-8?q?dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm/spring-cloud-config-server/values-dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/spring-cloud-config-server/values-dev.yaml b/helm/spring-cloud-config-server/values-dev.yaml index 8644641..0fa53b1 100644 --- a/helm/spring-cloud-config-server/values-dev.yaml +++ b/helm/spring-cloud-config-server/values-dev.yaml @@ -1,7 +1,7 @@ app: - configGitUri: "https://git.nstart.cloud/emelianov.an/pcp.git" + configGitUri: "https://git.nstart.cloud/2-6/2-6-4/missionis/observatio-terrae.git" configGitUsername: "gitlab+deploy-token-1" - configGitDefaultLabel: "master" + configGitDefaultLabel: "dev" configGitSearchPaths: "config-repo" configGitSkipSslValidation: "true"