Skip to content

Commit d9d0739

Browse files
committed
Merge branch 'pv-domain-simplify-doc-update-withsample-new' of orahub.oci.oraclecorp.com:weblogic-cloud/weblogic-kubernetes-operator into pv-domain-simplify-doc-update-withsample-new
2 parents fc91ba0 + ec011f1 commit d9d0739

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ these tools; the data and operations _cannot_ be described using WDT models.
4040

4141
WDT models are a convenient and simple alternative to WLST
4242
configuration scripts and templates.
43-
They compactly define a WebLogic domain using model files, variable properties files, and application archives files.
43+
They compactly define a WebLogic domain using model files, variable property files, and application archive files.
4444
For more information about the model format
4545
and its integration,
4646
see [Usage]({{< relref "/managing-domains/domain-on-pv/usage.md" >}})
@@ -63,7 +63,7 @@ When you deploy a Domain on PV domain resource YAML file:
6363
### Runtime updates
6464

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

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

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

Lines changed: 2 additions & 2 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. For example, WebLogic Server or Fusion Middleware Infrastructure.
26+
- [WebLogic base image](#weblogic-base-image) - This is the Fusion Middleware Software 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.
3030
- [Domain WDT models](#domain-creation-models) - This is where the WDT binaries, WDT model, WDT archive, and WDT variables files reside.
3131
- [Optional WDT models ConfigMap](#optional-wdt-models-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.
32+
- [Domain resource YAML file]({{< relref "/reference/domain-resource.md">}}) - This is for deploying the domain in WebLogic Kubernetes Operator.
3333

3434

3535
- For details about each field,

0 commit comments

Comments
 (0)