thelabdude opened a new pull request #309:
URL: https://github.com/apache/solr-operator/pull/309


   Fixes #308 
   
   Consolidated most of the TLS related utility code into a new file in the 
`util` package: `solr_tls_util.go`
   
   All the TLS related config (env vars, annotations, initContainers, 
volumes/mounts) all get appended to the config for a `StatefulSet` or 
`Deployment` in one step at the end vs. being infused at various places in 
`GenerateStatefulSet` and `GenerateSolrPrometheusExporterDeployment`. I like 
this approach because all the TLS config is mostly additive. There are a few 
places where we have to be careful about overriding previous settings (such as 
the `entrypoint` for the exporter when using the `mountedServerTLSDir` but 
that's only in a few small places)


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to