From 5fae58a6b8a9735e4d5d018ed042fecb965c4534 Mon Sep 17 00:00:00 2001 From: romandvo <50524575+romandvo@users.noreply.github.com> Date: Thu, 16 Mar 2023 15:15:00 +0200 Subject: [PATCH] FIX: Incorrect command to delete database data The correct command is kubectl delete pvc data-postgresql-0 You can check the correct name with kubectl get pvc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cfa3c7..381c888 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ tilt down Delete it with: ``` -kubectl delete pvc data-postgresql-postgresql-0 +kubectl delete pvc data-postgresql-0 ``` Start back up again: