Skip to content

Commit 3209d91

Browse files
committed
Add cross references
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
1 parent bb57ad5 commit 3209d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The script will remove only domain-related resources which are labeled with the
167167
kubectl -n <Namespace> label <ResourceType> <ResourceName> domainUID=<domainUID>
168168
```
169169

170-
By default, the domain's persistent volume claim and the persistent volume are created by the create-weblogic-domain.sh script, and are removed by delete-weblogic-domain-resources.sh script. To manually remove the persistent volume claim and the persistent volume, use these commands:
170+
By default, the domain's persistent volume claim and the persistent volume are created by the [Create WebLogic domain](kubernetes/create-weblogic-domain.sh) script, and are removed by the [Delete WebLogic domain resources](kubernetes/delete-weblogic-domain-resources.sh) script. To manually remove the persistent volume claim and the persistent volume, use these commands:
171171

172172
```
173173
kubectl delete pvc PVC-NAME -n NAMESPACE

0 commit comments

Comments
 (0)