Files
headlamp-polaris-plugin/scripts
Gandalf the Greybeard a383d32176 fix: flatten dist/ contents into plugin root during init container extraction
The init container extracted the tarball preserving the dist/ subdirectory,
placing main.js at /plugins/polaris/dist/main.js instead of /plugins/polaris/main.js
where Headlamp expects it. Add cp -a dist/* . && rm -rf dist after extraction to
flatten the build output into the plugin root directory.

Fixes 6/16 E2E test failures (settings + badge navigation timeouts).

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-16 10:51:51 +00:00
..