docs: update ceph-with-rook.md

Fixed a typo in the disk-wipe instructions.

Signed-off-by: Andrew Symington <andrew.c.symington@gmail.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrew Symington 2024-12-10 14:45:59 -08:00 committed by Andrey Smirnov
parent 470b75563a
commit e1b824ebad
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
2 changed files with 2 additions and 2 deletions

View File

@ -283,6 +283,6 @@ pod/disk-wipe created
$ kubectl wait --timeout=900s --for=jsonpath='{.status.phase}=Succeeded' pod disk-wipe
pod/disk-wipe condition met
$ kubectl delete pod disk-clean
$ kubectl delete pod disk-wipe
pod "disk-wipe" deleted
```

View File

@ -283,6 +283,6 @@ pod/disk-wipe created
$ kubectl wait --timeout=900s --for=jsonpath='{.status.phase}=Succeeded' pod disk-wipe
pod/disk-wipe condition met
$ kubectl delete pod disk-clean
$ kubectl delete pod disk-wipe
pod "disk-wipe" deleted
```