Skip to content

Commit 24561d9

Browse files
committed
More changes
Signed-off-by: doxiao <[email protected]>
1 parent 3312c7f commit 24561d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ function createDomainConfigmap {
305305
cp ${scriptDir}/common/* ${externalFilesTmpDir}/
306306
fi
307307
cp ${domainOutputDir}/create-domain-inputs.yaml ${externalFilesTmpDir}/
308-
308+
309309
# Set the domainName in the inputs file that is contained in the configmap.
310310
# this inputs file can be used by the scripts, such as WDT, that creates the WebLogic
311311
# domain in the job.

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)