Skip to content

Commit d2d8a15

Browse files
fix typo
1 parent 8e929b9 commit d2d8a15

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain-inputs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ domainPVMountPath: /shared
121121
# Base WebLogic binary image used to build the WebLogic domain image
122122
# The operator requires WebLogic Server 12.2.1.3.0 with patch 29135930 applied.
123123
# The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, was updated on January 17, 2019,
124-
# and has all the necessary patches applied; a `docker pull` is required if the you already have this image.
124+
# and has all the necessary patches applied; a `docker pull` is required if you already have this image.
125125
# Refer to [WebLogic Docker images](../../../../../site/weblogic-docker-images.md) for details on how
126126
# to obtain or create the image.
127127
# See README.md for more help.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ managedServerPort: 8001
4040
# WebLogic Server Docker image.
4141
# The operator requires WebLogic Server 12.2.1.3.0 with patch 29135930 applied.
4242
# The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, was updated on January 17, 2019,
43-
# and has all the necessary patches applied; a `docker pull` is required if the you already have this image.
43+
# and has all the necessary patches applied; a `docker pull` is required if you already have this image.
4444
# Refer to [WebLogic Docker images](../../../../../site/weblogic-docker-images.md) for details on how
4545
# to obtain or create the image.
4646
#image:

site/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ e. Pull the WebLogic 12.2.1.3 install image:
4646
```
4747
$ docker pull store/oracle/weblogic:12.2.1.3
4848
```
49-
**Note**: The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, was updated on January 17, 2019, and has all the necessary patches applied; a `docker pull` is required if the you already have this image.
49+
**Note**: The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, was updated on January 17, 2019, and has all the necessary patches applied; a `docker pull` is required if you already have this image.
5050

5151
f. Copy the image to all the nodes in your cluster, or put it in a Docker registry that your cluster can access.
5252

site/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ You can find the operator image in
8080
* Oracle WebLogic Server 12.2.1.3.0 with patch 29135930.
8181
* The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`,
8282
was updated on January 17, 2019, and has all the necessary patches applied.
83-
* A `docker pull` is required if the you already have this image.
83+
* A `docker pull` is required if you already have this image.
8484
* You must have the `cluster-admin` role to install the operator.

0 commit comments

Comments
 (0)