A Kubernetes-hosted application managed via Helm chart from an external repository. The home_k3s_cluster repo contains only the CI/CD RBAC bootstrap — all application manifests are in the source repo.
| Namespace | cat-game |
| Deploy method | Helm (chart in source repo, not here) |
Note: This page is a placeholder. The following details need to be filled in once the app is more developed: description and purpose, public URL, link to the source repo where the Helm chart lives, architecture diagram, and secrets bootstrap commands.
The cat-game namespace has an ARC runner RBAC setup that grants the CI/CD runner broad permissions to deploy Helm releases:
| Resource | Verbs |
|---|---|
| namespaces, secrets, services, PVCs, configmaps | Full CRUD |
| deployments, statefulsets | Full CRUD |
| serviceaccounts, roles, rolebindings | Create + escalate + bind (required for Helm to create RBAC) |
| servicemonitors | Full CRUD |
| pods | Read-only |
| ingresses | Full CRUD |
Runner: ServiceAccount/github-runner in arc-runner-system
Manifest: kubernetes/apps/cat-game/rbac.yaml