From 3d1f2d59b017b6e02fd9f85bed292917a41d47e0 Mon Sep 17 00:00:00 2001 From: Hugh Hackman Date: Sat, 21 Mar 2026 19:52:41 +0000 Subject: [PATCH] fix: target privilegedescalation-dev namespace in E2E workflow E2E_NAMESPACE was hardcoded to 'default', which is outside our permitted RBAC write scope. Switch to 'privilegedescalation-dev' where agents have read-write access per org policy. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index c70e4ae..aa50bfa 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -11,7 +11,7 @@ permissions: contents: read env: - E2E_NAMESPACE: default + E2E_NAMESPACE: privilegedescalation-dev E2E_RELEASE: headlamp-e2e jobs: -- 2.52.0