Skip to content

Commit 390fcf2

Browse files
committed
Minor edits
Signed-off-by: doxiao <[email protected]>
1 parent 01a9d76 commit 390fcf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -68,7 +68,7 @@ The default domain created by the script has the following characteristics:
6868
If you are running the sample from a machine that is remote to the Kubernetes cluster where the domain will be running, you need to push the new image to a registry that is local to the cluster. In this case, you need to do the following:
6969
* Set the `image` property in the inputs file to the target image name (including the tag if needed).
7070
* Run the `create-domain.sh` script without the `-e` option.
71-
* Push the generated image domain-home-in-image-wdti:lastest (or domain-home-in-image-wlst:latest) to the target image name.
71+
* Push the generated image domain-home-in-image-wdt:lastest (or domain-home-in-image-wlst:latest) to the target image name.
7272
* Run the following command to create the domain.
7373

7474
```

site/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ script will just generate the YAML files, but will not take any action on your c
179179

180180
If you are running the sample from a machine that is remote to the Kubernetes cluster where the domain will be running, you need to push the new image to a registry that is local to the cluster. In this case, you need to do the following:
181181
* Set the `image` property in the inputs file to the target image name (including the tag if needed).
182-
* run the `create-domain.sh` script without the `-e` option.
182+
* Run the `create-domain.sh` script without the `-e` option.
183183
* Push the generated image domain-home-in-image-wdti:lastest (or domain-home-in-image-wlst:latest) to the target image name.
184184
* Run the following command to create the domain.
185185

0 commit comments

Comments
 (0)