apache/solr-operator

Improve documentation for additional volumes

mcarroll1 opened this issue · 1 comments

Hello,

I found it difficult to specify additional volumes in the podOptions.volumes values, specifically specifying a source for the volume. It appears @janhoy had a similar issue here: #484. Reading that issue helped me determine the correct syntax, but it might be helpful to improve the documentation in this regard for posterity. The syntax seems to be specific to the SolrCloud resource, and not generic K8s.

I'm happy to submit documentation updates, but first: where is the best place to add such documentation? It might be too complex for the chart values doc. Perhaps it would be best in these docs? Another place?

Thanks!

Sorry for the delay @mcarroll1 . Yes, I would say https://apache.github.io/solr-operator/docs/solr-cloud/solr-cloud-crd.html is probably the page you want. When making a PR, make it against the main branch, not the gh-pages branch though.

And documentation help is always appreciated, thanks for helping out!