-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Milestone
Description
Expected Behavior
Workspaces should be declarable in a pipeline and bindable in a pipelinerun. Threading a workspace through multiple tasks should allow for files to be shared across those tasks (if using the correct volume source types - PVC, configmap, secret).
We may also want to explore some kind of "from" syntax - a PipelineTask could declare that it wants the workspace "from" a prior pipeline task and Tekton would be responsible for exposing whatever volume source backs that workspace to both tasks.
Actual Behavior
At the moment we don't have any of the workspace types implemented for pipelines or pipelineruns.
This is a follow-on task from #1438
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.