Skip to content

Commit 489871b

Browse files
committed
changes in json schema
1 parent 6ce9b77 commit 489871b

File tree

1 file changed

+4
-16
lines changed
  • scripts/devtron-reference-helm-charts/gpu-workload-4-21-0

1 file changed

+4
-16
lines changed

scripts/devtron-reference-helm-charts/gpu-workload-4-21-0/schema.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -800,24 +800,12 @@
800800
"description": "GPU resource requests and limits",
801801
"properties": {
802802
"limits": {
803-
"type": "object",
804-
"description": "GPU resource limits",
805-
"properties": {
806-
"gpu": {
807-
"type": "string",
808-
"description": "Limit for GPU resources"
809-
}
810-
}
803+
"type": "string",
804+
"description": "GPU resource limits"
811805
},
812806
"requests": {
813-
"type": "object",
814-
"description": "GPU resource requests",
815-
"properties": {
816-
"gpu": {
817-
"type": "string",
818-
"description": "Request for GPU resources"
819-
}
820-
}
807+
"type": "string",
808+
"description": "GPU resource requests"
821809
}
822810
}
823811
}

0 commit comments

Comments
 (0)