aws-efs-csi-driver icon indicating copy to clipboard operation
aws-efs-csi-driver copied to clipboard

Update securityContext:privileged to false as EKS Fargate do not sup…

Open mskanth972 opened this issue 9 months ago • 1 comments

…port privileged access.

Is this a bug fix or adding new feature?

What is this PR about? / Why do we need it? EKS Fargate does not support privileged access, so setting the parameter containerSecurityContext: privileged: true will break Fargate deployments. This parameter was mainly introduced because enabling it allows the deletion of the access point root directory when delete-access-point-root-dir is enabled. Users who want to delete the access point root directory can enable this manually.

What testing is done?

mskanth972 avatar May 15 '24 18:05 mskanth972