Uploaded image for project: 'Red Hat Developer Hub Bugs'
  1. Red Hat Developer Hub Bugs
  2. RHDHBUGS-2486

RHDH must-gather does not detect standalone Helm-based RHDH instances (deployed by rendering the Helm Chart locally and applying them directly)

XMLWordPrintable

    • RHDH Install 3285

      Description of problem:

      Typical CD tools handle Helm Charts by rendering the Helm templates (`helm template`) and applying them against the target cluster.
      But right now, the RHDH must-gather tries to detect Helm-based instances by running `helm list`, which in this case, doesn't return anything because there is no deployed Helm release.

      Steps to Reproduce

      • Deploy Helm-based instance, but by manually rendering the templates and applying, e.g:

      helm template my-app oci://quay.io/rhdh/chart | oc -n my-ns apply -f -

      Then run the RHDH must-gather tool.

      Actual results:

      No Helm release found.

      Expected results:

      The must-gather should detect this kind of deployments of RHDH, as this is still using the Helm Chart (supported installation method), but without leveraging the Helm CLI or OCP web console.

      Reproducibility (Always/Intermittent/Only Once):

      Always

      Build Details:

      Additional info (Such as Logs, Screenshots, etc):

              rh-ee-asoro Armel Soro
              rh-ee-asoro Armel Soro
              RHDH Install
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: