Introduced by KOGITO-679 and the change into the infrastructure package (kogitoinfra.go), the values of an existing KogitoInfra for components usage will be overriden, without taking into account current values ...
Indeed, information from EnsureComponent are overriding current values of kogitoinfra if it exists, whereas is should update it if needed (install or remove demands).
Let's say that KogitoInfra exists and Kafka is set to true. If you call
infrastructure.EnsureKogitoInfra(...).WithInfinispan().Apply()
then Kafka will be set to false and Infinispan will be set to true.
Which is not what we wanted here. We just wanted to add Infinispan ...
- is caused by
-
KOGITO-679 Operator CLI: Provide commands to create/delete infinispan instance
-
- Closed
-