File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
lib/cloud_controller/diego Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 66require 'cloud_controller/diego/cnb/desired_lrp_builder'
77require 'cloud_controller/diego/process_guid'
88require 'cloud_controller/diego/ssh_key'
9+ require 'cloud_controller/diego/service_binding_files_builder'
910require 'credhub/config_helpers'
1011require 'models/helpers/health_check_types'
1112require 'cloud_controller/diego/main_lrp_action_builder'
@@ -100,7 +101,8 @@ def app_lrp_arguments
100101 organizational_unit : [ "organization:#{ process . organization . guid } " , "space:#{ process . space . guid } " , "app:#{ process . app_guid } " ]
101102 ) ,
102103 image_username : process . desired_droplet . docker_receipt_username ,
103- image_password : process . desired_droplet . docker_receipt_password
104+ image_password : process . desired_droplet . docker_receipt_password ,
105+ volume_mounted_files : ServiceBindingFilesBuilder . build ( process )
104106 } . compact
105107 end
106108
You can’t perform that action at this time.
0 commit comments