Hi, helm show readme
should output informations on any single parameter fo the chart. helm show values
will show the entire values file containing also the structure.
I've added CLEARML_API_HOST , CLEARML_FILES_HOST, CLEARML_WEB_HOSTin my extraEnvs but ENV are passed inside the pods i have checked but it is not effecting in my webserver
ingress are created I can access it through browser. But My webserver can't able to connect to apiserver because of wrong hostname by default it is been passed. How to pass the correct apiserver and file system hostname
I don’t think you need to pass these env vars in extraenvs, references are automatically generated by chart. After removing them, pls post webserver pod logs here and let’s see if we can spot the issue, ty.
hostname of frontend has been added in place of api server hostname. So getting cors error in inspect -> network tab in UI