diff --git a/lib/cloud_controller/config_schemas/base/worker_schema.rb b/lib/cloud_controller/config_schemas/base/worker_schema.rb index 8fa4da4e0ef..4106b034346 100644 --- a/lib/cloud_controller/config_schemas/base/worker_schema.rb +++ b/lib/cloud_controller/config_schemas/base/worker_schema.rb @@ -21,6 +21,8 @@ class WorkerSchema < VCAP::Config default_health_check_timeout: Integer, maximum_health_check_timeout: Integer, + optional(:temporary_enable_v2) => bool, + uaa: { internal_url: String, optional(:ca_file) => String,