[Autoscaler][hotfix] Remove additionalProperties from available_node_types schema (#10366)

This commit is contained in:
Alex Wu 2020-08-27 13:56:44 -07:00 committed by GitHub
parent bd245a1c18
commit 76898d4ebc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,8 +303,7 @@
"worker_setup_commands": {
"$ref": "#/definitions/commands",
"description": "List of common shell commands to run to setup nodes."
},
"additionalProperties": false
}
},
"additionalProperties": false
}