local-path-provisioner
                                
                                 local-path-provisioner copied to clipboard
                                
                                    local-path-provisioner copied to clipboard
                            
                            
                            
                        [question]: Is `fsGroup` working with `ReadWriteMany` PV?
I have an application which needs a ReadWriteMany storage (with kind cluster) and I am currently seeing that fsGroup is not applied and the volume gets mounted as root inside the pods.
https://github.com/gabyx/RsMarkdown2PDF-Service/blob/main/manifests/common/blob-storage/volume.yaml
Is there something to know about this use case? Does this provisioner support fsGroup?
Kind supposedly uses this repos provisioner, thats why I ask here.