-
Bug
-
Resolution: Done
-
Blocker
-
7.10.0.GA
-
None
-
OCP 4.6
BA Operator 7.10
-
False
-
False
-
CR1
-
-
-
-
-
-
CR1
-
Undefined
-
Workaround Exists
-
-
-
---
-
---
-
The default value of Console CPU request is set in wrong type. This is causing failure of the Operatro when is started KieApp with console e.g. RHPAM Authroing.
Default value is set with value type `Mi` this type for values is used for memory config not CPU.
Default value is set here: https://github.com/kiegroup/kie-cloud-operator/blob/master/pkg/controller/kieapp/constants/constants.go#L185
This change was bring as part of Dashbuilder integration to Operator by RHPAM-3248
Expected result: set back CPU request default value to `1500m`