From a207b4be80c285795374f3f47584fdc0dbc70fd2 Mon Sep 17 00:00:00 2001 From: hhzhang16 <54051230+hhzhang16@users.noreply.github.com> Date: Wed, 12 Nov 2025 08:32:54 -0800 Subject: [PATCH] fix: typo from mountPoint to mountPath (#4252) Signed-off-by: Hannah Zhang --- benchmarks/profiler/utils/dgd_generation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/profiler/utils/dgd_generation.py b/benchmarks/profiler/utils/dgd_generation.py index b8c322ffa..92d48b4c0 100644 --- a/benchmarks/profiler/utils/dgd_generation.py +++ b/benchmarks/profiler/utils/dgd_generation.py @@ -206,7 +206,7 @@ def generate_dgd_config_with_planner( mc_mounts.append( { "name": "planner-profile-data", - "mountPoint": cm_mount_path, + "mountPath": cm_mount_path, "readOnly": True, } )