fix: 校验 Code Agent Codex home 挂载契约
This commit is contained in:
@@ -304,7 +304,9 @@ function inspectCodeAgentProviderDesiredState(ctx, deployService, workloadRecord
|
||||
deployMismatches: inspection.deployMismatches.map((entry) => entry.name),
|
||||
workloadMismatches: inspection.workloadMismatches.map((entry) => entry.name),
|
||||
missingSecretRefs: inspection.missingSecretRefs,
|
||||
missingEgressContract: inspection.missingEgressContract
|
||||
missingEgressContract: inspection.missingEgressContract,
|
||||
missingCodexHomeContract: inspection.missingCodexHomeContract,
|
||||
missingNoProxyContract: inspection.missingNoProxyContract
|
||||
},
|
||||
secretMaterialRead: false,
|
||||
valuesRedacted: true
|
||||
|
||||
Reference in New Issue
Block a user