Replace the use of custom
operator config map with a map inside the custom resource.
#14635
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
area/install
Issues related to installation, including offline/air gap and initial setup
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe.
Avoid the need to use the
custom
config map to override any customized Che server property (not driven by theCheCluster
custom resource).Instead we shoud have a way to override Che server properties directly inside the Custom resource.
Describe the solution you'd like
Have a map of values inside the
CheCluster
custom resource to allow overriding any Che server property. Something like:The text was updated successfully, but these errors were encountered: