Fix README.md typo (#37)

The uninstall command for pvc is incorrect
This commit is contained in:
Ayuei
2023-08-15 22:29:31 +10:00
committed by GitHub
parent 3b360aec89
commit 10803702ff

View File

@@ -49,7 +49,7 @@ helm delete your-qdrant-installation-name .
Delete the volume with
```bash
kubectl delete pvc -l kubectl delete pvc -l app.kubernetes.io/instance=your-qdrant-installation-name
kubectl delete pvc -l app.kubernetes.io/instance=your-qdrant-installation-name
```
## Configuration