Skip to content

Commit 97d91c5

Browse files
committed
Address a review comment in the readme
Signed-off-by: doxiao <[email protected]>
1 parent 589232f commit 97d91c5

File tree

1 file changed

+1
-1
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv

1 file changed

+1
-1
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The sample scripts demonstrate the creation of a WebLogic domain home on an exis
77
The following prerequisites must be handled prior to running the create domain script:
88
* Make sure the WebLogic Operator is running.
99
* Create a Kubernetes namespace for the domain unless the intention is to use the default namespace.
10-
* Create in the same Kubernetes namespace, the Kubernetes persistent volume where the domain home will be hosted, and the Kubernetes persistent volume claim for the domain. For samples to create a PV and PVC, refer to [Create sample PV and PVC](../../create-weblogic-domain-pv-pvc/README.md).
10+
* In the same Kubernetes namespace, create the Kubernetes persistent volume where the domain home will be hosted, and the Kubernetes persistent volume claim for the domain. For samples to create a PV and PVC, refer to [Create sample PV and PVC](../../create-weblogic-domain-pv-pvc/README.md).
1111
* Create the Kubernetes secrets `username` and `password` of the admin account in the same Kubernetes namespace as the domain.
1212

1313
## Using the script to create a domain

0 commit comments

Comments
 (0)