HoustonPutman commented on issue #382:
URL: https://github.com/apache/solr-operator/issues/382#issuecomment-990068110
Use it exactly like you would on a pod, or podTemplate in a Deployment. The
operator basically just takes the things you provide to podOptions, and puts
them into the pod template in the StatefulSet unaltered.
So:
```yaml
podOptions:
nodeSelector:
kubernetes.io/os: linux
```
Also we try to keep the helm chart documentation pretty up-to-date, so
searching through this page should help find any options:
https://artifacthub.io/packages/helm/apache-solr/solr
--
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]