From 263a48a22d8693bb741a5e203fcebbd13a04346a Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:52:53 -0700 Subject: [PATCH] Fix: ArgoCD AppProject sourceRepos for correct forgejo URL - Changed from forgejo.forge.riotpiao.homelab.com/rock/* to forgejo.riotpiao.homelab.com/riotpiao.com/* - Allows homelab root app to access workload app manifests --- terraform/argocd-bootstrap.tf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/terraform/argocd-bootstrap.tf b/terraform/argocd-bootstrap.tf index 0756816..4e47af7 100644 --- a/terraform/argocd-bootstrap.tf +++ b/terraform/argocd-bootstrap.tf @@ -52,8 +52,7 @@ resource "helm_release" "argocd" { ] depends_on = [ - kubernetes_namespace.argocd, - kubernetes_manifest.wildcard_cert + kubernetes_namespace.argocd ] lifecycle { @@ -73,7 +72,7 @@ resource "kubernetes_manifest" "argocd_project" { } spec = { sourceRepos = [ - "https://forgejo.forge.riotpiao.homelab.com/rock/*" + "https://forgejo.riotpiao.homelab.com/riotpiao.com/*" ] destinations = [ {