-
Bug
-
Resolution: Done
-
Critical
-
camel-K-M3
-
None
-
False
-
False
-
%
-
build1
-
Undefined
-
In 1.3.0 camel-k when i install operator i can see
oc get CamelCatalog NAME RUNTIME VERSION RUNTIME PROVIDER camel-catalog-1.6.0 1.6.0 quarkus
And after running
./kamel run examples/Sample.java
i can see duplicated camel catalog is being created
oc get CamelCatalog NAME RUNTIME VERSION RUNTIME PROVIDER camel-catalog-1.6.0 1.6.0 quarkus camel-catalog-1.6.0-quarkus 1.6.0 quarkus
But there should be only one camel catalog for default quarkus runtime.
- relates to
-
ENTESB-15683 CamelCatalog is duplicated in fresh Camel K install
- Closed