frantjc / sequence

MIT License
0 stars 0 forks source link

refactor ownership of setting up volumes into runtime #46

Closed frantjc closed 2 years ago

frantjc commented 2 years ago

currently, the github.com/frantjc/sequence/runtime/github.com/frantjc/sequence/workflow relationship has the workflow owning the creation if the directories that get bound to the step containers. This has lead to the workflow package making some assumptions about the runtime having access to a local directory

if we desire a Kubernetes runtime (and we do) that will have to change

frantjc commented 2 years ago

resolved by https://github.com/frantjc/sequence/pull/53