-
Bug
-
Resolution: Done
-
Blocker
-
fuse-7.x-GA
-
%
-
Fuse 7.5 Sprint 52 - Bug fix
Deploying a minimal syndesis CR such as
apiVersion: syndesis.io/v1alpha1 kind: Syndesis metadata: name: app spec: devImages: false
now results in the DV UI being enabled and showing an error message (since the komodo pod is not deployed).
This used to work correctly as late as 1.8.1-20190918.
The reason seems to be wrong value in syndesis-ui-config map:
$ diff <(oc -n syndesis get cm -o yaml syndesis-ui-config) <(oc -n syndesis2 get cm -o yaml syndesis-ui-config ) | grep 'enabled' < "enabled": 0 > "enabled": false