Change elasticsearch certification file path. for tls

I use elasticsearch in kubernetes.
Use the certificate generated by kubernetes in pem format.

The problem is that this certificate path is out of elasticsearch/config.
For example, I have a ca.crt file in /var/tls/ca.crt, and I have no idea how to move it into POD's elasticsearch/config path.

The init container method also failed because the elasticsearch path was already volume mounted.

I think there are many cases like me, is there a way to do it?

i use it. (elastic helm chart)

It seems like you accidentally made a double post. I'll just link to my previous answer here: Change elasticsearch certification file path (for tls)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.