I've been digging into the ConfigMap support in the Solr operator. Based on the documentation only the solr.xml and log4j2.xml seem to be supported by the Solr operator. A couple questions about this:
1) Am I correct in my reading of the documentation or is there broader support for config files? 2) I also see this in the SolrCloud CRD: *"If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."* This seems to imply broader support, but the ConfigMap docs reference a different part of the CRD under "configMapOptions". Thanks! Joel Bernstein http://joelsolr.blogspot.com/