Skip to content

Commit 9babfce

Browse files
committed
Minor edit in README
Signed-off-by: doxiao <[email protected]>
1 parent 655d0a1 commit 9babfce

File tree

1 file changed

+1
-1
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image

1 file changed

+1
-1
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ create-weblogic-credentials.sh
2929
**Note**: The `create-domain.sh` script generates a new Docker image on each run with a new domain home and a different internal `domain secret` in it. To prevent having disparate images with different domain secrets in the same domain, it is highly recommended that a new domain uses a `domainUID` that is different from any of the active domains, or that you delete the existing domain resource before you create a domain with the same `domainUID` using the following command (and wait until all the server pods are terminated):
3030

3131
```
32-
$kubectl delete domain [domainUID] -n [domainNameSpace]
32+
$kubectl delete domain [domainUID] -n [domainNamespace]
3333
```
3434

3535
Make a copy of the `create-domain-inputs.yaml` file, and run the create script, pointing it at your inputs file and an output directory:

0 commit comments

Comments
 (0)