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:
parent
03224e52d2
commit
3d811617e6
@ -15,6 +15,7 @@
|
|||||||
"additionalProperties": False,
|
"additionalProperties": False,
|
||||||
"properties": {
|
"properties": {
|
||||||
"reuse": {"type": "boolean"},
|
"reuse": {"type": "boolean"},
|
||||||
|
"enable_node_namespace": {"type": "boolean"},
|
||||||
"targets": {
|
"targets": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
Loading…
Reference in New Issue
Block a user