(chore) add associate tasks

This commit is contained in:
Story Crater Bot
2026-08-18 20:41:34 -07:00
parent 3a03a6afb6
commit c42040319f
75 changed files with 909 additions and 236 deletions
+15
View File
@@ -0,0 +1,15 @@
# 0.1 — Resolve GitOps repo ownership
Phase: 0 — Unblock
Depends on: [00-decisions.md](00-decisions.md) decision #1
- [ ] Resolve which GitOps repo owns the portfolio; delete or correct the losing manifest
Cluster evidence (2026-08-18, `kubectl get applications -n argocd`): `portfolio` and `auth-infra` (from this repo's `infra/argocd-apps.yaml`) do not exist in-cluster. `homarr` — also defined in this repo's manifest — does exist, but its live source is 100% `homelab-root` (`github.com/Riotpiaole/riotpiao.homelab.com`, `project: homelab`), not this repo. Points toward homelab-root as authoritative, but decision is still open — needs explicit sign-off, not inferred.
## Verify
```bash
kubectl get application portfolio -n argocd # shows one, correct, source
```