Skip to content

Commit

Permalink
feat: use OFS as the default shared filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras Priadka committed Sep 28, 2024
1 parent 7c25e17 commit bd06f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latch_cli/nextflow/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def initialize() -> str:
print("Provisioning shared storage volume... ", end="")
resp = requests.post(
"http://nf-dispatcher-service.flyte.svc.cluster.local/provision-storage",
"http://nf-dispatcher-service.flyte.svc.cluster.local/provision-storage-ofs",
headers=headers,
json={{
"storage_expiration_hours": {storage_expiration_hours},
Expand Down

0 comments on commit bd06f35

Please sign in to comment.