Open
Description
Bug description
The default storage class in GCP seems to use Retain
as reclaimPolicy
. This is leaving PVCs around after an e2e test is completed. We should either:
- set the storage class
reclaimPolicy
toDelete
- explicitly delete the PVCs around in the GH workflow.
Expected behavior
No PVC are left around at the end of the test
Actual behavior
PVCs are left around at the end of the test