Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-43726

customLogoFile settings is present in spec.customization by default and name value is empty

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Undefined Undefined
    • None
    • 4.17, 4.18
    • Management Console
    • None
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • Moderate
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

      customLogoFile settings is present in spec.customization by default, also the name is empty   

      Version-Release number of selected component (if applicable):

      4.18.0-0.nightly-2024-10-22-175936    

      How reproducible:

      Always    

      Steps to Reproduce:

      1. Check default spec.customization settings
      $ oc get clusterversion
      NAME      VERSION                              AVAILABLE   PROGRESSING   SINCE   STATUS
      version   4.18.0-0.nightly-2024-10-22-175936   True        False         99m     Cluster version is 4.18.0-0.nightly-2024-10-22-175936
      
      $ oc get console.operator cluster -o json | jq .spec.customization
      {
        "addPage": {},
        "capabilities": [
          {
            "name": "LightspeedButton",
            "visibility": {
              "state": "Enabled"
            }
          },
          {
            "name": "GettingStartedBanner",
            "visibility": {
              "state": "Enabled"
            }
          }
        ],
        "customLogoFile": {
          "name": ""
        },
        "developerCatalog": {
          "types": {
            "state": "Enabled"
          }
        },
        "projectAccess": {},
        "quickStarts": {}
      }
          

      Actual results:

      $ oc get console.operator cluster -o json | jq .spec.customization.customLogoFile
      {
        "name": ""
      }
      customLogoFile name value is empty
      

      Expected results:

      customLogoFile settings seem should not be presented by default       

      Additional info:

          

              rh-ee-mziska Marek Ziska (Inactive)
              rhn-support-yapei YaDan Pei
              None
              None
              YaDan Pei YaDan Pei
              None
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: