fix(code-queue): keep app mount on repo volume

This commit is contained in:
Codex
2026-05-16 10:56:39 +00:00
parent 48327728b6
commit 44f47dcd60
2 changed files with 6 additions and 2 deletions
@@ -396,6 +396,8 @@ spec:
mountPath: /workspace
- name: repo
mountPath: /root/unidesk
- name: repo
mountPath: /app
- name: codex-config
mountPath: /root/.codex/config.toml
readOnly: true
@@ -639,6 +641,8 @@ spec:
mountPath: /workspace
- name: repo
mountPath: /root/unidesk
- name: repo
mountPath: /app
- name: codex-config
mountPath: /root/.codex/config.toml
readOnly: true