We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d038c commit 4ae1063Copy full SHA for 4ae1063
jobs/blobstore_benchmark/templates/cloud_controller_ng.yml.erb
@@ -63,6 +63,10 @@
63
%w[fog_connection connection_config fog_aws_storage_options fog_gcp_storage_options webdav_config].each do |hk|
64
section[hk] = {} if section.key?(hk) && section[hk].nil?
65
end
66
+
67
+ if section.key?('blobstore_provider') && section['blobstore_provider'].nil?
68
+ section.delete('blobstore_provider')
69
+ end
70
71
72
db = link("cloud_controller_db").p("ccdb.databases").find { |d| d["tag"] == "cc" }
0 commit comments