jdgiddings opened a new issue, #440: URL: https://github.com/apache/solr-operator/issues/440
Hello, I am fairly new to SolrCloud to please bear with me if anything here is obvious I am trying to have my solrcloud use a preexisting TLS cert. I am following the documentation [here](https://apache.github.io/solr-operator/docs/solr-cloud/solr-cloud-crd.html#i-already-have-a-tls-certificate) However, when I set both the `keyStorePasswordSecret.name` and `pkcs12Secret.name` to the name of my kubernetes.io/tls secret, the solrcloud StatefulSet is never created, and I get the following error from Solr Operator `2022-04-29T20:32:50.817Z ERROR controller-runtime.manager.controller.solrcloud Reconciler error {"reconciler group": "solr.apache.org", "reconciler kind": "SolrCloud", "name": "test4", "namespace": "redacted-test4", "error": "password-key key not found in password secret redacted"}` I think this may have something to do with the fact that the `openssl pkcs12...` command in `initContainer` is never run? I'm unsure, any help is appreciated -- 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]
