Files
riotpiao.com/tasks/0.1-gitops-repo.md
T

16 lines
787 B
Markdown

# 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
```