Skip to content

Commit 97d518e

Browse files
committed
Review comments
Signed-off-by: doxiao <[email protected]>
1 parent 2282aa8 commit 97d518e

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 run the sample from a machine that is remote to the Kubernetes cluster, and you need to push the new image to a registry that is local to the cluster, 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-wdt:lastest` (or `domain-home-in-image:latest`) to the target image name.
71+
* Push the generated image `domain-home-in-image-wdt:lastest` (or `domain-home-in-image:latest`) to the registry.
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
@@ -180,7 +180,7 @@ script will just generate the YAML files, but will not take any action on your c
180180
If you run the sample from a machine that is remote to the Kubernetes cluster, and you need to push the new image to a registry that is local to the cluster, 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).
182182
* Run the `create-domain.sh` script without the `-e` option.
183-
* Push the generated image `domain-home-in-image-wdt:lastest` (or `domain-home-in-image:latest`) to the target image name.
183+
* Push the generated image `domain-home-in-image-wdt:lastest` (or `domain-home-in-image:latest`) to the registry.
184184
* Run the following command to create the domain.
185185

186186
```

0 commit comments

Comments
 (0)