samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
110 stars 24 forks source link

RFE: Allow adding sidecar containers to samba shares #169

Open ibotty opened 2 years ago

ibotty commented 2 years ago

It would be great to allow adding sidecar containers to the pods serving the samba shares.

Our use case is automatically reacting to inotify events.

phlogistonjohn commented 2 years ago

Just to be clear, you mean arbitrary container images mixed with the existing images in the pod? Would you also expect that the data volume be exposed to the additional sidecar? I assume so, given the reference to inotify but I like to make sure.

Thanks for the interest in our project!

ibotty commented 2 years ago

Yes, that's exactly right.

ibotty commented 2 years ago

And thank you for developing that operator! It feels just right for this deployment.