fix: gate prometheus operator resources for v03

This commit is contained in:
UniDesk Codex
2026-07-06 15:23:04 +08:00
parent 2e7c55a0e9
commit b0d5b8323d
4 changed files with 15 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ export type RuntimeLaneConfig = {
};
observability?: {
traceExplorerUrlTemplate?: string;
prometheusOperatorResources?: boolean;
};
sourceRepo?: string;
};