From a58f61b21352c3e1105cda75f70b71d5c78a1031 Mon Sep 17 00:00:00 2001 From: Hugh Hackman Date: Tue, 17 Mar 2026 18:04:56 +0000 Subject: [PATCH] fix: align registerPluginSettings name with deploy directory 'polaris' The shared volume deploy script places the plugin at /headlamp/plugins/polaris/, so Headlamp matches settings by directory name 'polaris', not the package.json name 'headlamp-polaris'. This reverts commit b9d718b which incorrectly changed the registration name back to 'headlamp-polaris'. 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 }) => {