From db565fc0a8577e9f91fdc674a73d5e374ed0a82a Mon Sep 17 00:00:00 2001 From: "privilegedescalation-engineer[bot]" <269729446+privilegedescalation-engineer[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 17:19:05 +0000 Subject: [PATCH] chore(e2e): migrate namespace from privilegedescalation-dev to headlamp-dev (#129) Updates E2E_NAMESPACE default to match PRI-341 provisioned namespace. Co-authored-by: privilegedescalation-engineer[bot] <269729446+privilegedescalation-engineer[bot]@users.noreply.github.com> Co-authored-by: Paperclip --- .github/workflows/plugin-e2e.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/plugin-e2e.yaml b/.github/workflows/plugin-e2e.yaml index 3adb9f5..e1dc1b0 100644 --- a/.github/workflows/plugin-e2e.yaml +++ b/.github/workflows/plugin-e2e.yaml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 15 env: - E2E_NAMESPACE: privilegedescalation-dev + E2E_NAMESPACE: headlamp-dev E2E_RELEASE: headlamp-e2e HEADLAMP_VERSION: ${{ inputs.headlamp-version }} @@ -93,3 +93,4 @@ jobs: name: test-results path: test-results/ retention-days: 7 +