Unverified Commit a207b4be authored by hhzhang16's avatar hhzhang16 Committed by GitHub
Browse files

fix: typo from mountPoint to mountPath (#4252)


Signed-off-by: default avatarHannah Zhang <hannahz@nvidia.com>
parent 5fd96a23
...@@ -206,7 +206,7 @@ def generate_dgd_config_with_planner( ...@@ -206,7 +206,7 @@ def generate_dgd_config_with_planner(
mc_mounts.append( mc_mounts.append(
{ {
"name": "planner-profile-data", "name": "planner-profile-data",
"mountPoint": cm_mount_path, "mountPath": cm_mount_path,
"readOnly": True, "readOnly": True,
} }
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment