Skip to content

Commit

Permalink
Fix error in README.md (#508)
Browse files Browse the repository at this point in the history
* Fix error in README.md

In the README.md file, there was an error in the kubectl delete command with an extra "s".

* Add space in README.md

With my change, i miss to add space in line.
  • Loading branch information
globecen authored Sep 28, 2023
1 parent 46ffea6 commit 4cc3106
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 @@ -237,7 +237,7 @@ The Pods will be deleted in a few minutes.
> ```shell
> kubectl delete -f risingwave.yaml # Delete all resources defined in the risingwave.yaml that you used above.
> kubectl delete pvc -l app=etcd # Delete the PVCs of etcd.
> kubectl deletes pvc -l app=minio # Delete the PVCs of MinIO.
> kubectl delete pvc -l app=minio # Delete the PVCs of MinIO.
> ```
### Customize the RisingWave cluster
Expand Down

0 comments on commit 4cc3106

Please sign in to comment.