From 41f7663a248d19817797c912880abeca108a3aaa Mon Sep 17 00:00:00 2001 From: hhhhsc <1710496817@qq.com> Date: Mon, 30 Mar 2026 16:57:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=8C=82=E8=BD=BD=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment/helm/datamate/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/helm/datamate/values.yaml b/deployment/helm/datamate/values.yaml index 8343b03a..b19959a7 100644 --- a/deployment/helm/datamate/values.yaml +++ b/deployment/helm/datamate/values.yaml @@ -360,7 +360,7 @@ ray-cluster: volumeMounts: - mountPath: /tmp/ray name: log-volume - subPath: ray/$(POD_NAME) + subPathExpr: ray/$(POD_NAME) - mountPath: /dataset name: dataset-volume - mountPath: /flow