You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I can see that setting the flag web-template-path when using local chartmuseum will give me the ability to display a custom HTML welcome page, but im installing the application on kuberentes and i couldn't find anywhere the option to set it for my k8s deployed version, and so i'm stuck with the default one.
Is there a way to do it that im missing?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
@Danielkiss9 it is possible to set that value with the helm chart, though it's not really documented.
you can use --set env.open.WEB_TEMPLATE_PATH=<path> however the tricky part will be getting your templates into the ChartMuseum container. You could build your own image with the templates baked in.
Alternatively, you could use a combination of deployment.extraVolumes, deployment.extraVolumeMounts, and maybe deployment.sidecarContainers to get the template files mounted into the ChartMuseum container. A more ideal setup would be to extend the chart to allow passing in extra initContainers, then you don't need to keep the sidecar container running just to mount the templates from a container into ChartMuseum.
Hi!
I can see that setting the flag web-template-path when using local chartmuseum will give me the ability to display a custom HTML welcome page, but im installing the application on kuberentes and i couldn't find anywhere the option to set it for my k8s deployed version, and so i'm stuck with the default one.
Is there a way to do it that im missing?
Thanks in advance!
The text was updated successfully, but these errors were encountered: