Skip to content

Commit

Permalink
AIP-8595 remove -volume
Browse files Browse the repository at this point in the history
  • Loading branch information
talebzeghmi committed Sep 12, 2024
1 parent 5922dce commit 9280783
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions metaflow/plugins/aip/aip.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,9 +999,7 @@ def _create_volume(
)
self._set_container_labels(resource)

volume = PipelineVolume(
name=f"{volume_name}-volume", pvc=resource.outputs["name"]
)
volume = PipelineVolume(name=f"{volume_name}", pvc=resource.outputs["name"])
return (resource, volume)

@staticmethod
Expand Down

0 comments on commit 9280783

Please sign in to comment.