fix e2e: add missing plugin-name input to plugin-e2e workflow

The rook plugin E2E workflow was calling the reusable plugin-e2e workflow
without the required plugin-name input. This caused the ConfigMap naming
and mount path to fall back to the headlamp-kube-vip defaults, breaking
E2E runs for the rook plugin.

Fix: pass plugin-name: rook to the reusable workflow.
This commit is contained in:
2026-05-06 12:36:08 +00:00
committed by Hugh Hackman [agent]
parent 3f93e71f28
commit 540f0a7890
+1
View File
@@ -21,3 +21,4 @@ jobs:
node-version: "22"
headlamp-version: v0.40.1
e2e-namespace: headlamp-dev
plugin-name: rook