fix: align runtime lane kustomization resources

This commit is contained in:
Codex Agent
2026-06-08 16:21:16 +08:00
parent df2a24a345
commit 9ce42e810f
+2 -2
View File
@@ -4854,8 +4854,8 @@ function v02OpenFgaManifest({ profile = "v02", source }) {
function runtimeKustomization({ profile = "dev", includeDeviceAgent = profile === "dev" } = {}) {
const resources = ["namespace.yaml", "services.yaml", "health-contract.yaml", "workloads.yaml", "deepseek-proxy.yaml"];
if (profile !== "v02") resources.splice(1, 0, "code-agent-codex-config.yaml");
if (profile === "v02") resources.push("postgres.yaml", "openfga.yaml", "observability.yaml");
if (!isRuntimeLane(profile)) resources.splice(1, 0, "code-agent-codex-config.yaml");
if (isRuntimeLane(profile)) resources.push("postgres.yaml", "openfga.yaml", "observability.yaml");
if (includeDeviceAgent) resources.push("device-agent-71-freq.yaml");
resources.push("g14-frpc.yaml");
return {