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)