You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
As an odo user, I want to be able to control if linking information is provided as env variables or as files.
As an odo user, I want to be able to customize the name of the file when linking information is provided in file.
Acceptance Criteria
It should be possible to optionally specify ServiceBinding name that is created when odo link is called. (example: odo link mydb --name customersDB
It should be possible to set bindAsFiles field for ServiceBinding that gets created when odo link is called. By default, odo should keep using env variables. (example: odo link mydb --bindAsFiles=true, default for --bindAsFiles will be false)
/kind user-story
User Story
As an odo user, I want to be able to control if linking information is provided as env variables or as files.
As an odo user, I want to be able to customize the name of the file when linking information is provided in file.
Acceptance Criteria
ServiceBindingname that is created whenodo linkis called. (example:odo link mydb --name customersDBbindAsFilesfield forServiceBindingthat gets created whenodo linkis called. By default, odo should keep using env variables. (example:odo link mydb --bindAsFiles=true, default for--bindAsFileswill be false)Links
/kind user-story
/priority medium