I am using apache airflow with Kubernetes. I am able to mount s3 in scheduler and webserver using s3fuse but worker pods don't take container level securityContext
which makes it impossible to add privileged mode to the container.
Is there any way to mount s3 to a kubernetes pod/Docker container without the priviledged or SYS_ADMIN mode