From 2c20495fd4581a64c245b32f12787eee38248ddd Mon Sep 17 00:00:00 2001 From: Ali Muhammad <40025815+darkwizard242@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:18:05 -0500 Subject: [PATCH] Remove CMD to delete PostgreSQL PVC (#2) --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 64ea71d..b1175e0 100644 --- a/README.md +++ b/README.md @@ -173,11 +173,6 @@ Uninstall the helm chart: helm uninstall tooling -n demo ``` -Remove PostgreSQL PersistentVolumeClaim: -```shell -kubectl delete pvc data-tooling-postgresql-0 -n demo -``` - Stop minikube cluster: ```shell minikube stop