fix: typo from mountPoint to mountPath (#4252)

Signed-off-by: Hannah Zhang <hannahz@nvidia.com>
This commit is contained in:
hhzhang16 2025-11-12 08:32:54 -08:00 committed by GitHub
parent 5fd96a2351
commit a207b4be80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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