Skip to content

fix: Make delete function remove the PostgreSQL PVC

The new channel 2 postgres provisions PVCs using a volume claim template, which is not managed by helm, and thus not deleted on helm delete (see upstream issue)

This breaks DB_INITIALIZE and DB_MIGRATE when those jobs expect a clean volume.

See #51 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading