Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove default PVCs when setting emptyDirs in E2E tests (elastic#2085)
We recently changed the way we handle default PVCs in all E2E tests. An unfortunate consequence is that clusters configured for using EmptyDirs also have a default PVC set (but not used), which makes the `TestVolumeEmptyDir` fail. This commit fixes it by removing any PVC when setting emptyDirs.
- Loading branch information