We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242e9c1 commit 103393cCopy full SHA for 103393c
helm/values.schema.json
@@ -83,7 +83,7 @@
83
"type": "string"
84
},
85
"requestGPU": {
86
- "type": "integer"
+ "type": "number"
87
88
"requestGPUType": {
89
@@ -229,11 +229,24 @@
229
230
"value": {
231
232
+ },
233
+ "valueFrom": {
234
+ "type": "object"
235
}
236
- "required": [
- "name",
- "value"
237
+ "anyOf": [
238
+ {
239
+ "required": [
240
+ "name",
241
+ "value"
242
+ ]
243
244
245
246
247
+ "valueFrom"
248
249
+ }
250
]
251
252
@@ -282,8 +295,7 @@
282
295
"replicaCount",
283
296
"requestCPU",
284
297
"requestMemory",
285
- "requestGPU",
286
- "pvcStorage"
298
+ "requestGPU"
287
299
288
300
289
301
0 commit comments