parent
268def2834
commit
942e61a90f
|
|
@ -55,7 +55,17 @@
|
|||
"additionalProperties": { "type": "string" },
|
||||
"required": []
|
||||
},
|
||||
"tty": { "type": "boolean" }
|
||||
"tty": { "type": "boolean" },
|
||||
"imagePullPolicy": { "type": "string" },
|
||||
"imagePullSecrets": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": { "type": "string" }
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["image", "namespace", "limits"]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue