Skip to content

Commit 41f7663

Browse files
committed
fix: 修复日志挂载路径
1 parent 2759e6a commit 41f7663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/helm/datamate/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ ray-cluster:
360360
volumeMounts:
361361
- mountPath: /tmp/ray
362362
name: log-volume
363-
subPath: ray/$(POD_NAME)
363+
subPathExpr: ray/$(POD_NAME)
364364
- mountPath: /dataset
365365
name: dataset-volume
366366
- mountPath: /flow

0 commit comments

Comments
 (0)