You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a need to add shareProcessNamespace for use within a sidecar for some solr thread debugging and there doesn't seem to be a way to pass this option.
This should be able to be passed within the Solr Operator CRD.
Currently i have to use use kyverno to mutate the pod after the operator creates the statefulset and would love to be able to remove that destructive option for a more graceful approach in adding it to the helm chart values file.
The text was updated successfully, but these errors were encountered:
Hey @tommylogik - sorry for the long delay. I've opened a PR that should make this option available - would love a review or some manual testing if you're able to give it a try!
I have a need to add
shareProcessNamespace
for use within a sidecar for some solr thread debugging and there doesn't seem to be a way to pass this option.This should be able to be passed within the Solr Operator CRD.
Currently i have to use use kyverno to mutate the pod after the operator creates the statefulset and would love to be able to remove that destructive option for a more graceful approach in adding it to the helm chart values file.
The text was updated successfully, but these errors were encountered: