fix: keep hwlab runtime gitops guard on manual refresh

This commit is contained in:
Codex
2026-07-04 12:42:27 +00:00
parent d588ee258e
commit 82439833b4
6 changed files with 279 additions and 2 deletions
+1
View File
@@ -178,6 +178,7 @@ export function nodeRuntimeControlPlaneFiles(spec: HwlabRuntimeLaneSpec, renderD
return [
`${renderDir}/${spec.runtimeRenderDir}/namespace.yaml`,
`${renderDir}/${spec.tektonDir}/rbac.yaml`,
`${renderDir}/${spec.tektonDir}/runtime-gitops-scripts.yaml`,
`${renderDir}/${spec.tektonDir}/pipeline.yaml`,
`${renderDir}/argocd/project.yaml`,
`${renderDir}/argocd/${spec.argoApplicationFile}`,