Skip to content

Commit 4d2b726

Browse files
committed
Cleanup pvc, pv related to postgres
1 parent d607e5b commit 4d2b726

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ get_login_info:
2424
destroy:
2525
@echo "Destroying your Gitlab..."
2626
@helm uninstall gitlab
27+
# Delete PVs and PVCs to avoid any postgresql complications when re-creating the stack
28+
@kubectl delete pvc,pv --all

0 commit comments

Comments
 (0)