fix: 收敛投影权威渲染职责

This commit is contained in:
Codex
2026-07-13 20:44:40 +02:00
parent c1af68475e
commit afc56ad067
4 changed files with 16 additions and 8 deletions
@@ -6,7 +6,7 @@ import path from "node:path";
const repoDir = process.cwd();
const overlay = readOverlay();
const runtimePath = process.env.UNIDESK_RUNTIME_GITOPS_RUNTIME_PATH || requiredOverlayString("runtimePath");
const runtimePath = requiredOverlayString("runtimePath");
const runtimeDir = path.resolve(repoDir, runtimePath);
const prometheusOperatorKinds = new Set(["ServiceMonitor", "PrometheusRule", "PodMonitor", "Probe"]);