fix: 收敛投影权威渲染职责
This commit is contained in:
@@ -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"]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user