aws-efs-csi-driver
aws-efs-csi-driver copied to clipboard
Update securityContext:privileged to false as EKS Fargate do not sup…
…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?