Skip to content

Commit

Permalink
Merge pull request #2669 from cyclinder/update_schema_spiderpool
Browse files Browse the repository at this point in the history
update schema json for spiderpool
  • Loading branch information
cyclinder authored Nov 5, 2024
2 parents 0ae6a12 + 499f0ae commit b55d888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/spiderpool/parent/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
}
},
"podResourceInject": {
"title": "Enable auto inject RDMA resources for AI Apps, High recommended enable it in AI cluster.",
"title": "AutoInjectRdmaResource",
"description": "Enable auto inject RDMA resources for AI Apps, High recommended enable it in AI cluster.",
"type": "object",
"properties": {
"enabled": {
Expand Down
3 changes: 2 additions & 1 deletion charts/spiderpool/spiderpool/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
}
},
"podResourceInject": {
"title": "Enable auto inject RDMA resources for AI Apps, High recommended enable it in AI cluster.",
"title": "AutoInjectRdmaResource",
"description": "Enable auto inject RDMA resources for AI Apps, High recommended enable it in AI cluster.",
"type": "object",
"properties": {
"enabled": {
Expand Down

0 comments on commit b55d888

Please sign in to comment.