Support custom environment variables for components in devfile
See original GitHub issueDescription
It would be great if users could specify custom environment variables to be pushed into containers running the components.
This would be especially useful for components of type dockerImage
that could be “configured” this way.
Reference devfile example: https://github.com/redhat-developer/devfile/blob/master/Devfile.yaml
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Chapter 4. Authoring devfiles - Red Hat Customer Portal
A devfile is a file that describes and define a development environment: The source code. The development components, such as browser IDE tools...
Read more >Building a custom devfile registry
The registry build process takes the contents of your devfile registry Git repository and: Packages the content of each devfile stack based on...
Read more >Configure a Dev Environment for a Project - JetBrains
Devfile is an open specification that uses YAML formatting for configuring and running build environments. Currently, Space supports only a ...
Read more >Adding Custom Environment Variables | Create React App
There is also a built-in environment variable called NODE_ENV . You can read it from process.env.NODE_ENV . When you run npm start ,...
Read more >odo CLI reference - Developer CLI (odo) - OKD Documentation
odo uses the portable devfile format to describe the components. ... Component Name: backend Type: spring Environment Variables: · PROJECTS_ROOT=/projects ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So we have requests to support this in
kubernetes
components as well aschePlugin
(also requested in https://github.com/eclipse/che/issues/14343). GivencheEditor
is mostlychePlugin
in disguise andopenshift
iskubernetes
on steroids, we might as well support this everywhere (as the original description of this issue suggests 😃 ).Covered by