fix: typo from mountPoint to mountPath (#4252)
Signed-off-by: Hannah Zhang <hannahz@nvidia.com>
This commit is contained in:
parent
5fd96a2351
commit
a207b4be80
|
|
@ -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,
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue