mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-22 10:50:37 +00:00
Merge pull request #709 from MikeJeffrey/patch-1
Mark container.name as required in manifest schema
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"name",
|
||||
"image"
|
||||
],
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user