hotfix: ensure that schema is compatible with tutorial VM config

We added a hotfix to releases/v0.19 with a feature flag, but the flag
is incompatible with the config schema on `develop`.

- [x] Ensure schema is compatible on develop even though config option is unused.
This commit is contained in:
Todd Gamblin 2022-11-13 09:12:48 -06:00
parent 03224e52d2
commit 3d811617e6
No known key found for this signature in database
GPG Key ID: C16729F1AACF66C6

View File

@ -15,6 +15,7 @@
"additionalProperties": False,
"properties": {
"reuse": {"type": "boolean"},
"enable_node_namespace": {"type": "boolean"},
"targets": {
"type": "object",
"properties": {