Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-11695

DV UI enabled even when DV is set to disable in Syndesis CR

    XMLWordPrintable

Details

    • Fuse 7.5 Sprint 52 - Bug fix

    Description

      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
      

      Attachments

        Activity

          People

            asmigala@redhat.com Andrej Smigala
            asmigala@redhat.com Andrej Smigala
            Andrej Smigala Andrej Smigala
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: