Hello,
Currently when installing a replica-set with the community operator the pods got two volumes: logs and data
Theses volumes are created with default values for storage and there is no mean to override theses values in the chart.
However samples in mongodb-kubernetes show us that it is possible by defining a statefulset
it would be great to implement it in the helm chart