Skip to content

Commit 1550154

Browse files
authored
Add storage_cli_optional_flags to blbostore-benchmark-schema (#4806)
1 parent 55ee961 commit 1550154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cloud_controller/config_schemas/blobstore_benchmarks_schema.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class BlobstoreBenchmarksSchema < VCAP::Config
4949
optional(:storage_cli_config_file_buildpacks) => String,
5050
optional(:storage_cli_config_file_packages) => String,
5151
optional(:storage_cli_config_file_droplets) => String,
52+
optional(:storage_cli_optional_flags) => String,
5253

5354
db_encryption_key: enum(String, NilClass),
5455

0 commit comments

Comments
 (0)