Files are mounted by default in the mobile platform. To do this, containers are granted with additional permissions specified in the values.production.yaml file located in the fmp folder on mobile platform server:
securityContext:
capabilities:
add:
- SYS_ADMIN
- DAC_READ_SEARCH
privileged: true
To disable file mounting, add the django.deployment.mount.enabled parameters with the false value to the command on installing or updating the mobile platform:
--set django.deployment.mount.enabled=false
See also:
Installing and Setting Up Foresight Mobile Platform | Using External Databases