Skip to content

Commit abed5e5

Browse files
ankediarjeberhard
authored andcommitted
Fix typo based on Xian's review.
1 parent 2759e81 commit abed5e5

File tree

1 file changed

+2
-2
lines changed
  • documentation/site/content/samples/domains/domain-home-on-pv

1 file changed

+2
-2
lines changed

documentation/site/content/samples/domains/domain-home-on-pv/sample.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ After you get a shell to the running pod container, you can recursively delete t
491491
#### Remove the PVC and PV
492492
If the PVC and PV were created by the operator and you don't want to preserve them, then run following command to delete PVC and PV.
493493
```
494-
$ kubectl delete PVC sample-domain1-weblogic-sample-pvc -n sample-domain1-ns
495-
$ kubectl delete PV sample-domain1-weblogic-sample-pv
494+
$ kubectl delete pvc sample-domain1-weblogic-sample-pvc -n sample-domain1-ns
495+
$ kubectl delete pv sample-domain1-weblogic-sample-pv
496496
```
497497

498498
#### Delete the domain namespace.

0 commit comments

Comments
 (0)