ravi
01/24/2024, 1:06 PM"readonlyRootFilesystem": true
in containerDefinitions.
I tried to add below in prefect.yaml where I define the infrastructure overrides section for the deployment where work pool is defined along with other attributes but task_customizations does not get applied.
task_customizations = [
{
“op”: “add”,
“path”: “/containerDefinitions/0/readonlyRootFilesystem”,
“value”: true
}
]
so it is possible add attributes inside the task definition (i.e. readonlyRootFilesystem) created by prefect? Or I have to have my own custom definition and provide to prefect?