Skip to content

Commit 3927cec

Browse files
committed
change per MR
1 parent 4d5fd44 commit 3927cec

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

documentation/4.1/content/managing-domains/domain-on-pv/domain-creation-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For example source locations, see [Configuration example 2](#example-2-source-lo
7171
If specifying multiple images with model files in their respective `sourceModelHome`
7272
directories, then model files are merged.
7373
The operator will merge the model files from multiple images in the same order in which images appear under `model.auxiliaryImages` or `domain.domainCreationImages`.
74-
Files from later images in the merge overwrite same-named files from earlier images.
74+
Files from later images take precedence over files from earlier images.
7575

7676
When specifying multiple images, ensure that only one of the images supplies a WDT installation location using
7777
`sourceWDTInstallHome`.

documentation/4.1/content/managing-domains/domain-on-pv/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ When you deploy a Domain on PV domain resource YAML file:
6464
### Runtime updates
6565

6666
You control runtime updates to the WebLogic domain configuration using tools, such as Fusion Middleware Control, product-specific WLST functions,
67-
the WebLogic Server Administration Console, the Service Bus Console, or JDeveloper. After the initial domain is created, subsequent updates to the
67+
the WebLogic Server Administration Console, the Service Bus Console, WebLogic Remote Console or JDeveloper. After the initial domain is created, subsequent updates to the
6868
source of the WDT artifacts or any referenced macros _will be ignored_.
6969

7070
Some changes may require triggering an introspector job. For example:

documentation/4.1/content/managing-domains/domain-on-pv/usage.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ WebLogic domain.
2323

2424
To use this feature, provide the following information:
2525

26-
- [WebLogic base image](#weblogic-base-image) - This is the WebLogic product to be used.
26+
- [WebLogic base image](#weblogic-base-image) - This is the WebLogic product to be used. For example, WebLogic Server or Fusion Middleware Infrastructure.
2727
- [Volumes and VolumeMounts information](#volumes-and-volumemounts-information) - This follows the standard Kubernetes pod requirements for mounting persistent volumes.
2828
- [PersistentVolume and PersistentVolumeClaim](#persistent-volume-and-persistent-volume-claim) - This is environment specific and usually requires assistance from your administrator to provide the underlying details, such as `storageClass` or any permissions.
2929
- [Domain information](#domain-information) - This describes the domain type and whether the operator should create the RCU schema.
30-
- [Domain WDT artifacts](#domain-creation-wdt-artifacts) - This is where the WDT binaries and WDT artifacts reside.
31-
- [Optional WDT artifacts ConfigMap](#optional-wdt-artifacts-configmap) - Optional, WDT artifacts.
32-
- [Domain resource YAML file]({{< relref "/reference/domain-resource.md">}}) - This is for deploying the domain in WebLogic Kubernetes Operator.
30+
- [Domain WDT artifacts](#domain-creation-wdt-artifacts) - This is where the WDT binaries, WDT model, WDT archive, and WDT variables files reside.
31+
- [Optional WDT artifacts ConfigMap](#optional-wdt-artifacts-configmap) - Optional, WDT model, WDT variables files.
32+
- [Domain resource YAML file]({{< relref "/reference/domain-resource.md">}}) - This is for deploying the domain with WebLogic Kubernetes Operator.
3333

3434

3535
- For details about each field,
@@ -79,7 +79,7 @@ The image layout follows this directory structure:
7979

8080
```
8181
/auxiliary/weblogic-delpoy - Unzipped WebLogic Deploy Tooling release file.
82-
/auxiliary/models - All WDT artifacts, such as model YAML files, model properties, model archives.
82+
/auxiliary/models - WDT model, WDT archive, and WDT variables files.
8383
```
8484

8585
You can create your own image using your familiar method or use the [WebLogic Image Tool (WIT)](https://github.com/oracle/weblogic-image-tool).
@@ -310,7 +310,6 @@ The following configuration example illustrates a basic configuration.
310310
311311
#### Basic configuration
312312
313-
This example specifies the required image parameter for the domain creation image(s); all other fields are at default values.
314313
315314
```
316315
spec:

0 commit comments

Comments
 (0)