fix: align runtime lane kustomization resources
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user