Hi All,
I have installed the confluence application in kubernetes using helm charts. In addition to local-home, shared-home; I have created an additional volume to mount the java path at /opt/java. However the pod is crashing as it's not able to find the java at /opt/java/openjdk/bin/.
My understanding is that the confluence loads the java packages at /opt/java/openjdk by default. It fails to load the java when mounted.
https://atlassian.github.io/data-center-helm-charts/userguide/CONFIGURATION/#additional-volumes
My requirement is to store some certificates under java path after mounting so it stays even after the pod crashes.
Thanks
Hi @kulandesu.david
Welcome to the community 🙂
Create a symlink in installation directory for java for external usage, by default when you are installing it takes the installation directory
Thanks,
Pramodh
One better idea though, if you have customisations that are to be done in installation directory, change the image to install the certificate and then use that image as base image
It looks like you're new here. Sign in or register to get started.