[operator] ensure old instances are migrated to use internal services if not specified #19726
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.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your task related to a problem? Please describe.
New Eclipse Che instances are using by default internal services
but old clusters (having done some upgrades) may not have this parameter set and then the value is defaulted to false while we expect it should be true as well.
Describe the solution you'd like
if the value is not defined, it should set the value to
true
, notfalse
.Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: