fix(e2e): update namespace to headlamp-dev where RBAC is configured

The Service delete fix on this branch is correct, but the E2E workflow
and scripts still defaulted to privilegedescalation-dev where the
arc-runners service account has no permissions. This caused RBAC
Forbidden errors instead of the original ERR_NAME_NOT_RESOLVED.

Changed all defaults to headlamp-dev, matching the successful
gandalf/rename-ns-headlamp-dev branch.
This commit is contained in:
2026-05-05 03:50:32 +00:00
committed by Hugh Hackman [agent]
parent e80673dc1c
commit f1500ed326
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ permissions:
contents: read
# Only one E2E run at a time: the shared E2E_RELEASE (headlamp-e2e) in
# privilegedescalation-dev cannot be shared across concurrent runs.
# headlamp-dev cannot be shared across concurrent runs.
# cancel-in-progress: false (queue, don't cancel) — cancelling in-flight
# runs may skip the if: always() teardown, leaving dangling cluster resources.
concurrency:
@@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: false
env:
E2E_NAMESPACE: privilegedescalation-dev
E2E_NAMESPACE: headlamp-dev
E2E_RELEASE: headlamp-e2e
# Pin to a known-good Headlamp version. Using :latest is risky because
# the tag can change between CI runs, causing flaky failures when a newer