From f0f3bd51a404635ddfcff057fbd1d47ac9a2f368 Mon Sep 17 00:00:00 2001 From: Hugh Hackman Date: Sat, 21 Mar 2026 20:01:04 +0000 Subject: [PATCH] ci: change E2E_NAMESPACE from default to privilegedescalation-dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Align workflow with org RBAC policy — agents have read-write access only in privilegedescalation-dev, not the default namespace. 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: