Files
harmony/fleet/harmony-fleet-deploy
Jean-Gabriel Gill-Couture 2c4fe5c8d6
All checks were successful
Run Check Script / check (pull_request) Successful in 2m24s
fix(fleet): grant the operator RBAC on devices/status
The Device CRD gained a status subresource (liveness reconciler), but
RBAC treats `devices/status` as a resource distinct from `devices`, so
the operator's patch_status 403'd. Add a ClusterRole rule granting
get/update/patch on `devices/status`, mirroring `deployments/status`.
A test locks both status subresources in the role.
2026-06-01 22:31:20 -04:00
..