Skip to content

Commit

Permalink
Fix README.md typo (#37)
Browse files Browse the repository at this point in the history
The uninstall command for pvc is incorrect
  • Loading branch information
Ayuei authored Aug 15, 2023
1 parent 3b360ae commit 1080370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1080370

Please sign in to comment.