Skip to content

Commit c3e6033

Browse files
authored
Merge branch 'cloudfoundry:main' into keep_running_records
2 parents be55469 + 3e7bba2 commit c3e6033

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/cloud_controller/config_schemas/deployment_updater_schema.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ class DeploymentUpdaterSchema < VCAP::Config
1414
},
1515

1616
pid_filename: String, # Pid filename to use
17+
18+
optional(:storage_cli_config_file_buildpacks) => String,
19+
optional(:storage_cli_config_file_packages) => String,
20+
optional(:storage_cli_config_file_resource_pool) => String,
21+
optional(:storage_cli_config_file_droplets) => String,
22+
1723
readiness_port: {
1824
deployment_updater: Integer
1925
},

0 commit comments

Comments
 (0)