-
Notifications
You must be signed in to change notification settings - Fork 56
Unable to install RHDH helm chart on non-OpenShift cluster #155
Comments
There is no top level
This seems like a templating error, rather than value placement error. I'll look into it. We regularly install this chart to a |
@josephca FTR:
You can always test if the values are propagating properly by running |
Quick workaround for you: global:
host: <host>
upstream:
ingress:
enabled: true
host: <host_again>
route:
enabled: false |
Should be resolved via #155 |
Hi @tumido, I tried the workaround but still no luck. Can you try the workaround from your side and provide a values yaml file and command line that you run with it? I ran
|
Describe the bug
Installing RHDH failed on non-OpenShift clusters even after enabling ingress.
Expected Behavior
RHDH is installed successfully and supports ingress with minimum configuration changes in values yarml.
What are the steps to reproduce this bug?
kubectl create namespace rhdh
kubectl apply -f rhdh-quay-pull-secret.yaml --namespace=rhdh
File used in the command line above:
values_rhdh.yaml
(https://github.com/janus-idp/helm-backstage/files/13453515/values_rhdh.yaml.txt)kubectl get pods -n rhdh
In addition, in the default 'values.yaml' file, 'upstream.ingress.* ' should be located in 'ingress.* ' like
Otherwise, helm install by using a
values.yaml
file with the enabled ingress results in an error:Versions of software used and environment
quay.io/rhdh/rhdh-hub-rhel9:1.0-190
The text was updated successfully, but these errors were encountered: