From 39af8ad7e9906f2a3e5398b8343e8264b3a56b99 Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard Date: Tue, 17 Mar 2026 17:29:37 +0000 Subject: [PATCH] fix: align registerPluginSettings name with deployed plugin directory The plugin is deployed to the 'polaris' directory but was registered with 'headlamp-polaris', causing Headlamp to not match the settings component with the loaded plugin. This fixes all 5 failing E2E settings tests. Co-Authored-By: Paperclip --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 5a90bbe..e5d068f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -99,7 +99,7 @@ registerRoute({ }); // Register plugin settings -registerPluginSettings('headlamp-polaris', PolarisSettings, true); +registerPluginSettings('polaris', PolarisSettings, true); // Register details view section for supported controller types registerDetailsViewSection(({ resource }) => {