Lev Zemlyanov
03/07/2025, 7:28 PMVitaly Saversky
03/07/2025, 7:46 PM"job_configuration": {
section.
For example,
"args": "{{ command }}",
"name": "prefect-job",
"image": "{{ image }}",
"volumeMounts": [
{
"name": "my-store",
"readOnly": true,
"mountPath": "/mymount"
}
],
Lev Zemlyanov
03/07/2025, 8:08 PM