fruit-ninja opened a new pull request, #782: URL: https://github.com/apache/solr-operator/pull/782
- Provide a fix for the imagePullSecret value that allows Solr Operator users to host the image in their own repositories, protected by authentication. This fix will continue to accept an imagePullSecret to facilitate these use cases but in the correct format in the deployment.yaml - I tested the original enhancement #734 from @gerlowskija (Thank you!!!) but I was still getting an error were it was not using my secret for authentication. I found the correct format from the [official Kubernetes docs](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-pod-that-uses-your-secret) and this [Stack Overflow solution](https://stackoverflow.com/questions/52192682/imagepullsecrets-not-working-with-kind-deployment). - This fix has been tested to be working and correctly authenticating to my private repository. -- 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