computate opened a new pull request, #706:
URL: https://github.com/apache/solr-operator/pull/706
Adding an `openshift: true` boolean field to the operator to remove the
default Solr `fsGroup: 8983` securityContext used in Kubernetes.
I have successfully tested these changes in OpenShift Local and confirmed
that an empty securityContext allows the solrcloud pod run on OpenShift.
```yaml
spec:
template:
spec:
securityContext: {}
```
Fixes #466
--
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]