-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
-
False
-
-
False
-
-
Bug Fix
-
Proposed
-
-
-
Important
Description of problem:
When installing using helm cli the rhdh container won't start due to missing secret (secret exists but under a different name)
Warning Failed 86s (x7 over 2m33s) kubelet Error: secret "rhdh-developer-hub-auth" not found
the secret is there, but it is named rhdh-redhat-developer-hub-auth
This is not just Helm cli issue, I can see the same behavior when installing using OpenShift Developer Console
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- helm repo add openshift-helm-charts https://charts.openshift.io/
- helm repo update
- helm install rhdh openshift-helm-charts/redhat-developer-hub --version 1.1.1
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
Helm Chart 1.1.1
Additional Information:
When using Helm Chart 1.1.0 (helm install rhdh openshift-helm-charts/redhat-developer-hub --version 1.1.0)
everything works as expected
- links to