docs(deployment-guide): fix stale userdata PVC subPath (#4139)

This commit is contained in:
Xinmin Zeng
2026-07-13 19:08:13 +08:00
committed by GitHub
parent 63e2da1401
commit 95a35f3725
2 changed files with 2 additions and 2 deletions
@@ -180,7 +180,7 @@ USERDATA_PVC_NAME=deer-flow-userdata-pvc
SKILLS_PVC_NAME=deer-flow-skills-pvc
```
When `USERDATA_PVC_NAME` is set, the provisioner automatically uses subPath (`threads/{thread_id}/user-data`) so each thread gets its own directory in the PVC.
When `USERDATA_PVC_NAME` is set, the provisioner automatically uses subPath (`deer-flow/users/{user_id}/threads/{thread_id}/user-data`) so each user's threads get their own directories in the PVC.
</Steps>
@@ -175,7 +175,7 @@ USERDATA_PVC_NAME=deer-flow-userdata-pvc
SKILLS_PVC_NAME=deer-flow-skills-pvc
```
当设置 `USERDATA_PVC_NAME` 时,Provisioner 自动使用子路径(`threads/{thread_id}/user-data`),每个线程在 PVC 中获得自己的目录。
当设置 `USERDATA_PVC_NAME` 时,Provisioner 自动使用子路径(`deer-flow/users/{user_id}/threads/{thread_id}/user-data`),每个用户的每个线程在 PVC 中获得自己的目录。
</Steps>