Skip to content
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

Support reassigning of env variables in che-plugin.yaml #12577

Closed
metlos opened this issue Feb 1, 2019 · 0 comments
Closed

Support reassigning of env variables in che-plugin.yaml #12577

metlos opened this issue Feb 1, 2019 · 0 comments
Assignees
Labels
kind/enhancement A feature request - must adhere to the feature request template. status/in-progress This issue has been taken by an engineer and is under active development.

Comments

@metlos
Copy link
Contributor

metlos commented Feb 1, 2019

Description

Because we want to support using official images for tooling like Go compiler, etc, we need to have a way of mapping the way we configure the plugin container using Che specific env vars to the env vars that the tool itself expects.

E.g. we should make the following possible in che-plugin.yaml:

env:
- name: GOPATH
  value: "$(CHE_PROJECTS_ROOT)"

where CHE_PROJECTS_ROOT is the env var we expose to the plugin container that contains the mount path of the volume with the project files.

@metlos metlos added kind/enhancement A feature request - must adhere to the feature request template. team/platform labels Feb 1, 2019
@metlos metlos self-assigned this Feb 5, 2019
@metlos metlos added the status/in-progress This issue has been taken by an engineer and is under active development. label Feb 5, 2019
@metlos metlos closed this as completed Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. status/in-progress This issue has been taken by an engineer and is under active development.
Projects
None yet
Development

No branches or pull requests

1 participant