Skip to content

Commit ccb8122

Browse files
committed
updates to generated Domain docs
1 parent 98f6536 commit ccb8122

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/domains/Domain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
"type": "string"
272272
},
273273
"failBootOnSituationalError": {
274-
"description": "If true (the default), on WebLogic server that supports this feature, the WebLogic server boot would fail if any errors occur when applying situational configuration files during server startup. If false, WebLogic server would start if there are errors in the situational configuration files, but some configuration overrides may be skipped.",
274+
"description": "If true (the default), on WebLogic server that supports this feature, the WebLogic server boot would fail if any errors occur when applying situational configuration during server startup. If false, WebLogic server would start if there are errors in the situational configuration files, but some configuration overrides may be skipped.",
275275
"type": "boolean"
276276
},
277277
"includeServerOutInPodLog": {

docs/domains/Domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DomainSpec is a description of a domain.
2323
| `domainHome` | string | The folder for the WebLogic Domain. Not required. Defaults to /shared/domains/domains/domainUID if domainHomeInImage is false Defaults to /u01/oracle/user_projects/domains/ if domainHomeInImage is true |
2424
| `domainHomeInImage` | Boolean | True if this domain's home is defined in the docker image for the domain. Defaults to true. |
2525
| `domainUID` | string | Domain unique identifier. Must be unique across the Kubernetes cluster. Not required. Defaults to the value of metadata.name |
26-
| `failBootOnSituationalError` | Boolean | If true (the default), on WebLogic server that supports this feature, the WebLogic server boot would fail if any errors occur when applying situational configuration files during server startup. If false, WebLogic server would start if there are errors in the situational configuration files, but some configuration overrides may be skipped. |
26+
| `failBootOnSituationalError` | Boolean | If true (the default), on WebLogic server that supports this feature, the WebLogic server boot would fail if any errors occur when applying situational configuration during server startup. If false, WebLogic server would start if there are errors in the situational configuration files, but some configuration overrides may be skipped. |
2727
| `image` | string | The WebLogic Docker image; required when domainHomeInImage is true; otherwise, defaults to container-registry.oracle.com/middleware/weblogic:12.2.1.3. |
2828
| `imagePullPolicy` | string | The image pull policy for the WebLogic Docker image. Legal values are Always, Never and IfNotPresent. Defaults to Always if image ends in :latest, IfNotPresent otherwise. |
2929
| `imagePullSecrets` | array of [Local Object Reference](k8s1.13.5.md#local-object-reference) | A list of image pull secrets for the WebLogic Docker image. |

docs/domains/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@
11911191
"type": "string"
11921192
},
11931193
"failBootOnSituationalError": {
1194-
"description": "If true (the default), on WebLogic server that supports this feature, the WebLogic server boot would fail if any errors occur when applying situational configuration files during server startup. If false, WebLogic server would start if there are errors in the situational configuration files, but some configuration overrides may be skipped.",
1194+
"description": "If true (the default), on WebLogic server that supports this feature, the WebLogic server boot would fail if any errors occur when applying situational configuration during server startup. If false, WebLogic server would start if there are errors in the situational configuration files, but some configuration overrides may be skipped.",
11951195
"type": "boolean"
11961196
},
11971197
"includeServerOutInPodLog": {

0 commit comments

Comments
 (0)