Open jairov4 opened 2 years ago
Containers running with custom uid are not able to access the mounted volume due permissions error. This fix add the permission flags at mount point level
This should not be implemented, as Kubernetes already has logic for this Case built-in.
See fsGroup in SecurityContext: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
Containers running with custom uid are not able to access the mounted volume due permissions error. This fix add the permission flags at mount point level