From 584c1226c8958ad517080e893259c1a3764374ac Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 6 May 2026 16:55:33 +0000 Subject: [PATCH] fix(e2e): remove invalid inputs from reusable workflow call The plugin-e2e.yaml reusable workflow only accepts node-version and headlamp-version inputs. Remove e2e-namespace and plugin-name which are not defined and causing startup_failure. Co-Authored-By: Paperclip --- .github/workflows/e2e.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index a78b3f5..a92ff61 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -20,5 +20,3 @@ jobs: with: node-version: "22" headlamp-version: v0.40.1 - e2e-namespace: headlamp-dev - plugin-name: sealed-secrets