diff --git a/scripts/g14-gitops-render.mjs b/scripts/g14-gitops-render.mjs index 1428d9c0..a1a3e94e 100644 --- a/scripts/g14-gitops-render.mjs +++ b/scripts/g14-gitops-render.mjs @@ -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 {