From 44b319e5bbb5bbd395cc359442efa51dc5bff88b Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 14 Jan 2026 13:31:23 -0600 Subject: [PATCH] Add aprs.me project to home-cluster-agent configuration Configure home-cluster-agent to provide CI/CD access for both: - towerops/towerops (namespace: towerops) - aprs.me/aprs.me (namespace: aprs) --- .gitlab/agents/home-cluster-agent/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/agents/home-cluster-agent/config.yaml b/.gitlab/agents/home-cluster-agent/config.yaml index 5fca8efe..4b619952 100644 --- a/.gitlab/agents/home-cluster-agent/config.yaml +++ b/.gitlab/agents/home-cluster-agent/config.yaml @@ -2,9 +2,12 @@ ci_access: projects: - id: towerops/towerops default_namespace: towerops + - id: aprs.me/aprs.me + default_namespace: aprs user_access: access_as: agent: {} projects: - id: towerops/towerops + - id: aprs.me/aprs.me