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
This commit is contained in:
romandvo 2023-03-16 15:15:00 +02:00 committed by GitHub
parent 51c7345d26
commit 5fae58a6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,7 +233,7 @@ tilt down
Delete it with: Delete it with:
``` ```
kubectl delete pvc data-postgresql-postgresql-0 kubectl delete pvc data-postgresql-0
``` ```
Start back up again: Start back up again: