Closed eralumin closed 8 months ago
Hi @kmarilleau 👋
The Artifact Hub components try to read their configuration file from the following paths:
Based on the error you shared, it looks like the $HOME
environment variable isn't set. Otherwise, instead of Not Found in [/.cfg]
(as per the first option shown above) it should show something like Not Found in [/home-env-var-content/.cfg]
.
Hope this helps 🙂
Ahhh ok, so i just try this:
hub:
configDir: "/artifacthub/.cfg"
scanner:
configDir: "/artifacthub/.cfg"
tracker:
configDir: "/artifacthub/.cfg"
And it works fine! Thank you!
Awesome, no worries!
Hi,
I am trying to install the helm charts Artifact Hub on Openshift and I always have the following error on the artifact hub pod:
In fact every pods which need those configuration files at
/home/*/.cfg
got this kind of error message.I checked by mounting on pods and those files exists and are correct.
Here is information about the context:
1.17.0
OpenShift
v1.25.12+26bab08
Here is my
values.yaml
:There is certainly something wrong in my config but I really don't see what exactly.