You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/llm-d-modelservice/values.schema.json
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2041,24 +2041,19 @@
2041
2041
"type": "string"
2042
2042
},
2043
2043
"labels": {
2044
-
"additionalProperties": false,
2045
-
"description": " These should match the labels of any associated InferencePool In addition, the label llm-d.ai/role will be added with the value 'prefill' or 'decode' depending on the role of the pod.",
2044
+
"additionalProperties": true,
2045
+
"description": " These should match the labels of any associated InferencePool In addition, the label llm-d.ai/role will be added with the value 'prefill' or 'decode' depending on the role of the pod. @schema type: object additionalProperties: true @schema",
Copy file name to clipboardExpand all lines: charts/llm-d-modelservice/values.schema.tmpl.json
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -727,24 +727,19 @@
727
727
"type": "string"
728
728
},
729
729
"labels": {
730
-
"additionalProperties": false,
731
-
"description": " These should match the labels of any associated InferencePool In addition, the label llm-d.ai/role will be added with the value 'prefill' or 'decode' depending on the role of the pod.",
730
+
"additionalProperties": true,
731
+
"description": " These should match the labels of any associated InferencePool In addition, the label llm-d.ai/role will be added with the value 'prefill' or 'decode' depending on the role of the pod. @schema type: object additionalProperties: true @schema",
0 commit comments