Issue with Ignition Deployment on Amazon ECS Fargate with EFS

Hello,

I am currently working on deploying Ignition on Amazon ECS Fargate. When I deploy the solution with data persistence on an EFS disk, I encounter the following error:

/usr/local/bin/docker-entrypoint.sh: line 629: /ignition/data/init.properties: No such file or directory

However, when I deploy the image without data persistence on EFS, the application starts without any issues. Does Anyone got a compatibility issue between the ignition Docker image and the EFS mount? and Is it sufficient to persist a directory containing the backups?

Thanks