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 <noreply@anthropic.com>
This commit is contained in:
2026-03-21 19:52:41 +00:00
parent a5398e8409
commit 3d1f2d59b0
+1 -1
View File
@@ -11,7 +11,7 @@ permissions:
contents: read
env:
E2E_NAMESPACE: default
E2E_NAMESPACE: privilegedescalation-dev
E2E_RELEASE: headlamp-e2e
jobs: