We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be55469 + 3e7bba2 commit c3e6033Copy full SHA for c3e6033
lib/cloud_controller/config_schemas/deployment_updater_schema.rb
@@ -14,6 +14,12 @@ class DeploymentUpdaterSchema < VCAP::Config
14
},
15
16
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
23
readiness_port: {
24
deployment_updater: Integer
25
0 commit comments