K8s Volume mount for custom themes

Hi,

Tried configuring volume/volume mount for custom themes folder, but the pods are not using the volume mount. Are volume mounts not supported for custom themes ? It worked perfectly for ssl certs. Not sure why it’s not working for themes folder.

My requirement is to just update the theme files inside the nfs folder which will be mounted by the application pods. This way I don’t have to rebuild the entire image every time my custom theme changes. The containers running inside the pods should pick up the changes at runtime from the mounted folder.

1 Like

Yeah I’m trying to do the same thing. In my research I stumbled upon this issue: Issue Navigator - Red Hat Issue Tracker

Apparently we’re supposed to deploy the theme as a jar. I’m not sure how to do that. Let me know if you find a suitable solution