Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If no resources are linked, don't make a PVC 🗑️
When ouputs of a Task are linked to the inputs of another we create a PVC (or use a bucket) to share the data between executing Tasks. However we were doing this even when no Resources were linked! Now we only do it when we need to. Co-authored-by: Christie Wilson <bobcatfish@gmail.com> Fixes: tektoncd#937
- Loading branch information