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, } )