From c7920b5b8e830ec24a63f9c62fab2acbcac5faef Mon Sep 17 00:00:00 2001 From: "privilegedescalation-engineer[bot]" <269729446+privilegedescalation-engineer[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 10:18:47 +0000 Subject: [PATCH] fix(e2e): use headlamp-dev namespace in E2E workflow (PRI-550) (#61) * fix(e2e): use headlamp-dev namespace in E2E workflow (PRI-550) The infra RBAC in privilegedescalation/infra already covers headlamp-dev with all needed E2E permissions. Changing the workflow to use headlamp-dev unblocks E2E since the Arc Runners SA is already authorized there. Depends on Gandalf's PR #58 for namespace corrections in scripts and RBAC manifest. Co-Authored-By: Paperclip * chore: re-trigger E2E with headlamp-dev namespace (PRI-550) * chore: re-run CI/E2E checks (PRI-550) Co-Authored-By: Paperclip --------- Co-authored-by: Chris Farhood Co-authored-by: Paperclip