fix(kubernetes): remove empty default from storageClass in schema
Drop the explicit `"default": ""` from storageClass so the field is simply absent when not set, matching how other optional string fields behave in the schema. Signed-off-by: Arsolitt <arsolitt@gmail.com>
This commit is contained in:
parent
7a215ea809
commit
fccea96730
1 changed files with 1 additions and 2 deletions
|
|
@ -120,8 +120,7 @@
|
|||
},
|
||||
"storageClass": {
|
||||
"description": "StorageClass for worker node persistent disks. Uses cluster default when empty.",
|
||||
"type": "string",
|
||||
"default": ""
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue