is there any template or solution for defining multiple data paths within a helm chart?
The question is not only about the env variable, which i am able to handle.
The problem is more about defining extra volumes for different locations while storage is done on bare metal kuberentes installations (PV with hostPath location).
How should I define a secondary PV as extra volume or volumeMount? How can I do this in a kind that we are keeping able to scale the solution (more nodes, not necessary more data paths per node).
Did you already try to configure this with the extraVolumes and extraVolumeMounts values? Both of these are string values passed to the tmpl function so you should be able to mount pod specific volumes this way. I have an open PR to fix up the default values and documentation to make this clearer.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.