apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
246 stars 111 forks source link

Make security context configurable. #566

Closed uluzox closed 1 year ago

uluzox commented 1 year ago

In order to comply to security policies (such as from Kyverno), make the k8s securityContext configurable via the helm chart values.

uluzox commented 1 year ago

This looks great, just one suggestion for the documentation. Thanks for contributing!

Would you mind also adding a changelog entry to the Chart.yaml? You will have to remove the two entries that are there as placeholders now, but you can see an example of this here: 0539494#diff-5e33a9126c77070c5c0eb99dda42378496c379464576c543c5f9a731da91284f

Thanks for the review, @HoustonPutman. Could you please have another look?

HoustonPutman commented 1 year ago

Thanks @uluzox!