fix: 收口 v0.1 规格缺口

This commit is contained in:
Codex
2026-05-29 17:38:47 +08:00
parent 7d88bcdd24
commit 860da3c387
17 changed files with 127 additions and 70 deletions
+5 -3
View File
@@ -31,10 +31,12 @@
"serviceAccount": "agentrun-v01-runner",
"secretMounts": [
{
"name": "codex-home",
"name": "codex-secret-projection",
"secretRef": { "name": "agentrun-v01-provider-codex", "keys": ["auth.json", "config.toml"] },
"mountPath": "/home/agentrun/.codex",
"readOnly": true
"projectionPath": "/var/run/agentrun/secrets/codex-0",
"runtimeCopyPath": "/home/agentrun/.codex",
"readOnly": true,
"writableCopy": true
}
],
"env": [