From 05b8cfbb6513290c1f1095416b910be34a111820 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Wed, 9 Oct 2024 20:01:18 +0200 Subject: [PATCH] fix(deploy): update repository URL for flux2-test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - change repository URL to point to the correct location - ensure deployment uses the main branch for updates 🤖 --- deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.yml b/deploy.yml index ce9e73d..86bc68f 100644 --- a/deploy.yml +++ b/deploy.yml @@ -5,7 +5,7 @@ metadata: name: flux2-test namespace: flux2 spec: - url: https://git.smsvc.net/smark/flux2-test.git + url: https://git.smsvc.net/k8s/flux2-test.git interval: 15s ref: branch: main