From 80cafed2014689989f6263124ddd926b095ef0cd Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Sat, 22 Aug 2026 23:20:58 -0700 Subject: [PATCH] Track all poimen-* repos in AppProject for flexible service onboarding --- k8s/argocd/projects/homelab-project.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/k8s/argocd/projects/homelab-project.yaml b/k8s/argocd/projects/homelab-project.yaml index 3673708..9417ace 100644 --- a/k8s/argocd/projects/homelab-project.yaml +++ b/k8s/argocd/projects/homelab-project.yaml @@ -12,8 +12,12 @@ spec: description: Homelab GitOps — single-repo, in-cluster destinations only sourceRepos: - https://github.com/Riotpiaole/riotpiao.homelab.com.git + # Poimen services (GitHub) + - https://github.com/Riotpiaole/Poimen-memory.git + - https://github.com/Riotpiaole/Poimen-workflows.git + - https://github.com/Riotpiaole/poimen*.git # In-cluster Forgejo wildcard — all rock/* repos can be onboarded without - # touching this AppProject. Enabled by Stage 1 (A1). + # touching this AppProject. Enabled by Stage 1 (A1). Includes poimen-* repos. - https://forgejo.riotpiao.com/rock/* # Public Helm chart repos referenced by k8s/argocd/apps/* and bootstrap/* - https://cloudnative-pg.github.io/charts