8000 Minor MII usage doc fix by tbarnes-us · Pull Request #2249 · oracle/weblogic-kubernetes-operator · GitHub
[go: up one dir, main page]

Skip to content

Minor MII usage doc fix #2249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,11 @@ The following Domain fields are specific to Model in Image domains.

- There are also additional fields that are specific to JRF domain types. For more information, see [Requirements for JRF domain types](#requirements-for-jrf-domain-types).

- Sample Domain YAML file: For an example of a fully specified sample Domain YAML file, see the the operator source's `kubernetes/samples/scripts/create-weblogic-domain/model-in-image/k8s-domain.yaml.template` file for the [Model in Image]({{< relref "/samples/simple/domains/model-in-image/_index.md" >}}) sample. Note that the `@@` entries in this template are not processed by the operator; they need to replaced with actual values before the resource can be applied.
- For fully specified Model in Image Domain YAML file examples,
see the operator source directory
`kubernetes/samples/scripts/create-weblogic-domain/model-in-image/domain-resources`
for the [Model in Image sample]({{< relref "/samples/simple/domains/model-in-image/_index.md" >}}).
The `WLS` and `JRF` subdirectories in this directory correspond to the `configuration.model.domainType`.

### Always use external state

Expand Down
0