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 <noreply@paperclip.ing>
This commit is contained in:
@@ -20,5 +20,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "22"
|
node-version: "22"
|
||||||
headlamp-version: v0.40.1
|
headlamp-version: v0.40.1
|
||||||
e2e-namespace: headlamp-dev
|
|
||||||
plugin-name: sealed-secrets
|
|
||||||
|
|||||||
Reference in New Issue
Block a user