From 4d9c24372b2b27ea13cac41392171f7b51a214cb Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 2 Sep 2025 20:55:55 +0200 Subject: [PATCH] commit --- .DS_Store | Bin 6148 -> 6148 bytes argocd/apps.yaml | 2 +- argocd/repo.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index 7c42a507384a36ca1a58fa16f9c29c4327e0da5a..eb376ccc9a1cbba04621e8030274ddbe6215cf0f 100644 GIT binary patch delta 20 ccmZoMXffFEorRHc@(-4Wj0~G^v1$nc08+*WRR910 delta 20 ccmZoMXffFEorRHM@(-4WjEtLav1$nc08+pQRR910 diff --git a/argocd/apps.yaml b/argocd/apps.yaml index a05d5dc..5e491d7 100644 --- a/argocd/apps.yaml +++ b/argocd/apps.yaml @@ -12,5 +12,5 @@ spec: project: default source: path: app-of-apps - repoURL: http://gitea.gitea.svc.k8s.undercloud.local:3000 + repoURL: http://gitea.gitea.svc.k8s.undercloud.local:3000/Undercloud/k8s-apps.git targetRevision: HEAD \ No newline at end of file diff --git a/argocd/repo.yaml b/argocd/repo.yaml index 33284a7..1c24831 100644 --- a/argocd/repo.yaml +++ b/argocd/repo.yaml @@ -35,7 +35,7 @@ metadata: argocd.argoproj.io/secret-type: repository type: Opaque stringData: - url: http://gitea.gitea.svc.k8s.undercloud.local:3000 + url: http://gitea.gitea.svc.k8s.undercloud.local:3000/Undercloud/k8s-apps.git username: shodan password: NElzVGhlTWluZEtpbGxlcg== insecure: "true" # skip TLS verification / allow HTTP