fix: 收口 v0.1 规格缺口
This commit is contained in:
+5
-3
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user