mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 15:26:41 +00:00
Merge branch 'main' into dev
This commit is contained in:
@@ -209,12 +209,6 @@ export async function getTraefikConfig(
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
// convert the map to an object for printing
|
|
||||||
|
|
||||||
logger.debug(
|
|
||||||
`Resources: ${JSON.stringify(Object.fromEntries(resourcesMap), null, 2)}`
|
|
||||||
);
|
|
||||||
|
|
||||||
// make sure we have at least one resource
|
// make sure we have at least one resource
|
||||||
if (resourcesMap.size === 0) {
|
if (resourcesMap.size === 0) {
|
||||||
return {};
|
return {};
|
||||||
|
|||||||
Reference in New Issue
Block a user