fix: render node-specific HWLAB pipeline names

This commit is contained in:
Codex
2026-06-27 12:26:37 +00:00
parent c7d99e16fd
commit 184f54a036
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -66,6 +66,7 @@ export function nodeRuntimeRenderOverlay(spec: HwlabRuntimeLaneSpec): Record<str
runtimeNamespace: spec.runtimeNamespace,
catalogPath: spec.catalogPath,
tektonDir: spec.tektonDir,
pipelineName: spec.pipeline,
argoApplicationFile: spec.argoApplicationFile,
argoRepoUrl: spec.argoRepoUrl,
gitUrl: spec.gitUrl,