fix(code-queue): keep app mount on repo volume
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user