-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuring of named variable with underscore in name doesn't work if it was set using environment variables #2454
Comments
Cannot reproduce. Use double underscore to create underscore. See the docs. |
I reproduced it. Here is no replacing of double underscores with single https://github.com/eclipse/che/blob/master/core/commons/che-core-commons-inject/src/main/java/org/eclipse/che/inject/CheBootstrap.java#L272 |
I still cannot reproduce this. If you use the CLI, then the underscores are converted. |
Can you provide steps to reproduce that it is working? |
|
It is possible to configure Che using environment variables instead of property file.
Supposed way of doing that is:
env variable CHE_SOME_PROPERTY is converted into some.property.
But it is not possible to configure property if it contains underscore, e.g. some.variable_with_underscore.
Che version: 5.0.0-M2
OS and version: Linux (behavior will be the same for any OS)
Che install: Docker container
Additional information:
The text was updated successfully, but these errors were encountered: