Skip to content

Commit 6e70784

Browse files
committed
fix: correct typo in GPU workload schema for requests property
1 parent 22f2ac9 commit 6e70784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/GlobalConfigurations/DeploymentCharts/gpuWorkloadSchema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"description": "Maximum allowed GPU",
2525
"updatePath": "/gpu/resources/limits"
2626
},
27-
"requestes": {
27+
"requests": {
2828
"type": "string",
2929
"description": "Requested GPU value",
3030
"updatePath": "/gpu/resources/requests"

0 commit comments

Comments
 (0)