@treeseed/sdk 0.12.49 → 0.12.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4462,7 +4462,7 @@ function collectRailwayEnvironmentSync(input, valuesOverlay = {}) {
|
|
|
4462
4462
|
const registry = collectTreeseedEnvironmentContext(input.context.tenantRoot);
|
|
4463
4463
|
const configuredServices = configuredRailwayServicesForInput(input, scope);
|
|
4464
4464
|
const hasPublicTreeDxService = configuredServices.some((service) => service.key === "public-treedx-node-01" && service.enabled !== false);
|
|
4465
|
-
const machineValues = hasPublicTreeDxService ? normalizeEnvironmentValues(resolveTreeseedMachineEnvironmentValues(input.context.tenantRoot, scope)) : {};
|
|
4465
|
+
const machineValues = hasPublicTreeDxService && scope === "local" ? normalizeEnvironmentValues(resolveTreeseedMachineEnvironmentValues(input.context.tenantRoot, scope)) : {};
|
|
4466
4466
|
const baseValues = {
|
|
4467
4467
|
...resolveReconcileEnvironmentValues(input, scope),
|
|
4468
4468
|
...machineValues,
|