HoustonPutman commented on PR #739: URL: https://github.com/apache/solr-operator/pull/739#issuecomment-2573587121
So I like the additional example, but I also think the docs are useful. Maybe just don't include the example in the docs, and explain the top-level options, like the rest of the docs do. Something like: (hopefully better, this is just a start) ``` These options can be found in `SolrCloud.spec. customSolrKubeOptions.podOptions.volumes`: - `name`: A unique name for this volume, that will be used by volumeMounts in various containers - `source`: This is a Kubernetes Volume reference. For example, a persistentVolume or a configMap - `defaultContainerMount`: This is the specification for the volumeMount of this volume into the Solr container. Omit this if the volume should not be mounted in the Solr container. ``` Maybe you can link to the example as well. In the `source` explanation, we can probably link to Kubernetes documentation as well for all available options. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
