From 8265fa90ddc9a26a147e79321977b1bb0a8cb284 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 13 Jan 2026 14:45:30 +0100 Subject: [PATCH] Update repository URLs in argocd-apps.yaml to point to the correct homelab repository --- 07_bootstrap_argocd/argocd-apps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/07_bootstrap_argocd/argocd-apps.yaml b/07_bootstrap_argocd/argocd-apps.yaml index 8c15d33..6bb4834 100644 --- a/07_bootstrap_argocd/argocd-apps.yaml +++ b/07_bootstrap_argocd/argocd-apps.yaml @@ -6,7 +6,7 @@ metadata: spec: generators: - git: - repoURL: https://github.com/dein-user/git-repo.git + repoURL: https://git.hnrx.net/homelab/rke2-single-node.git revision: HEAD directories: - path: 08_cluster_infrastructure/* @@ -16,7 +16,7 @@ spec: spec: project: cluster-infra source: - repoURL: https://github.com/dein-user/git-repo.git + repoURL: https://git.hnrx.net/homelab/rke2-single-node.git path: '{{path}}' helm: values: values-{{cluster.name}}.yaml # Env-spezifisch