Allow to set environment variables into Eclipse Che core components using CheCluster #21605
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/task
Internal things, technical debt, and to-do tasks to be performed.
new¬eworthy
For new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notes
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your task related to a problem? Please describe
There a couple of requests [1] and [2] to set environment variables into Eclipse Che containers. Currently we have a way to do so [3] by creating a ConfigMap or Secret. But it does not work for Gateway containers and it is harder than setting them via CheCluster CR.
[1] #21260
[2] #21530
[3] https://www.eclipse.org/che/docs/stable/administration-guide/mounting-a-secret-as-a-file-or-an-environment-variable-into-a-container/#mounting-a-secret-or-a-configmap-as-an-environment-variable-into-a-container_che
Describe the solution you'd like
Allow to set environment variables into Eclipse Che containers by configuring CheCluster CR.
For instance, setting environment variables for containers will look like:
Release Notes Text
An admin can now specify arbitrary environment variables that will be applied to the containers of the core components of Eclipse Che. Those environment variables can be specified in the
CheCluster
Custom Resource.The text was updated successfully, but these errors were encountered: