Skip to content

Commit 5944eb2

Browse files
authored
Add temporary_enable_v2 flag to cc-worker config (#4067)
* required for #4058
1 parent 4c3458d commit 5944eb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/cloud_controller/config_schemas/base/worker_schema.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ class WorkerSchema < VCAP::Config
2121
default_health_check_timeout: Integer,
2222
maximum_health_check_timeout: Integer,
2323

24+
optional(:temporary_enable_v2) => bool,
25+
2426
uaa: {
2527
internal_url: String,
2628
optional(:ca_file) => String,

0 commit comments

Comments
 (0)