rdev/internal/adapter
jordan 043cc8c63b fix: ensureNamespace uses Get-then-Create to avoid RBAC failures
The deployer was blindly calling Namespaces().Create() which triggered
cluster-scope RBAC checks even when the namespace already existed.
Now checks with Get() first and only creates if NotFound.

Also adds namespace get/create and secrets create/update/patch
permissions to the rdev-api-deployer ClusterRole.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 21:34:32 -07:00
..
cached feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
cloudflare feat: Add infrastructure adapters for threesix.ai 2026-01-25 22:49:58 -07:00
codeagent feat: Add multi-provider code agent interface with Claude Code and OpenCode adapters 2026-01-27 09:25:51 -07:00
deployer fix: ensureNamespace uses Get-then-Create to avoid RBAC failures 2026-01-28 21:34:32 -07:00
gitea feat: Add multi-domain support with auto-generated slugs for landing page cookbook 2026-01-28 12:55:59 -07:00
kubernetes feat: Add multi-provider code agent interface with Claude Code and OpenCode adapters 2026-01-27 09:25:51 -07:00
memory feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
postgres feat: Expose Woodpecker pipeline errors in API response 2026-01-28 16:16:36 -07:00
templates fix: Use Woodpecker Kaniko plugin with destinations format 2026-01-28 21:23:28 -07:00
woodpecker feat: Expose Woodpecker pipeline errors in API response 2026-01-28 16:16:36 -07:00