Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure required PVC is created in reconciler test 👶
When I was working on tektoncd#1417 (which added the ability to create PVCs for the Volume Resource and has since been abandoned) I was surprised to realize that the reconciler test for the PipelineRun controller doesn't verify that the PVC has been created. It does make sure its attached and this is covered by the end to end tests that wouldn't work without it, but I thought it made sense to test here too since we can.
- Loading branch information