servicecatalog / oscm-dockerbuild

OSCM docker build files.
Apache License 2.0
3 stars 10 forks source link

Provide var.env for Proxy during the first deployer call. #316

Closed cworf91 closed 3 years ago

cworf91 commented 3 years ago

Summary The var.env for the proxy is provided during the second deployer call. This should be done during the first deployer call.

Details To provide the var.env for the proxy during the first deployer call, it´s necessary to create the proxy directory. After the directory is created within the first deployer call, the var.env can be copied in this directory during the deployer1 call.

Acceptance criteria [ ] var.env is provided during the fist deployer call [ ] var.env isn´t longer provided during second deployer call