From 540f0a7890fe92ddf97fe4a5351fdebe1dfd4868 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 6 May 2026 12:36:08 +0000 Subject: [PATCH] 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. --- .github/workflows/e2e.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 0363889..90a5fb8 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -21,3 +21,4 @@ jobs: node-version: "22" headlamp-version: v0.40.1 e2e-namespace: headlamp-dev + plugin-name: rook