You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/content/userguide/managing-domains/configoverrides/_index.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -384,23 +384,23 @@ Incorrectly formatted override files may be accepted without warnings or errors
384
384
* The introspector job's pod:
385
385
* Mounts the Kubernetes configuration map and secrets specified via the operator domain resource `configOverrides`, `webLogicCredentialsSecret`, and `configOverrideSecrets` fields.
386
386
* Reads the mounted situational configuration templates from the configuration map and expands them to create the actual situational configuration files for the domain:
387
-
* It expands some fixed replaceable values (for example, `${env:DOMAIN_UID}`).
388
-
* It expands referenced secrets by reading the value from the corresponding mounted secret file (for example, `${secret:mysecret.mykey}`).
389
-
* It optionally encrypts secrets using offline WLST to encrypt the value - useful for passwords (for example, `${secret:mysecret.mykey:encrypt}`).
390
-
* It returns expanded situational configuration files to the operator.
391
-
* It reports any errors when attempting expansion to the operator.
387
+
* It expands some fixed replaceable values (for example, `${env:DOMAIN_UID}`).
388
+
* It expands referenced secrets by reading the value from the corresponding mounted secret file (for example, `${secret:mysecret.mykey}`).
389
+
* It optionally encrypts secrets using offline WLST to encrypt the value - useful for passwords (for example, `${secret:mysecret.mykey:encrypt}`).
390
+
* It returns expanded situational configuration files to the operator.
391
+
* It reports any errors when attempting expansion to the operator.
392
392
* The operator runtime:
393
393
* Reads the expanded situational configuration files and/or errors from the introspector.
394
394
* And, if the introspector reported no errors, it:
395
-
* Puts situational configuration files in a configuration map named `DOMAIN_UID-weblogic-domain-introspect-cm`.
396
-
* Mounts this configuration map into the WebLogic Server pods.
397
-
* Starts the WebLogic Server pods.
395
+
* Puts situational configuration files in a configuration map named `DOMAIN_UID-weblogic-domain-introspect-cm`.
396
+
* Mounts this configuration map into the WebLogic Server pods.
397
+
* Starts the WebLogic Server pods.
398
398
* Otherwise, if the introspector reported errors, it:
399
-
* Logs warning, error, or severe messages.
400
-
* Will not start WebLogic Server pods.
399
+
* Logs warning, error, or severe messages.
400
+
* Will not start WebLogic Server pods.
401
401
* The `startServer.sh` script in the WebLogic Server pods:
402
402
* Copies the expanded situational configuration files to a special location where the WebLogic runtime can find them:
403
-
* `config.xml` overrides are copied to the `optconfig` directory in its domain home.
404
-
* Module overrides are copied to the `optconfig/jdbc`, `optconfig/jms`, or `optconfig/diagnostics` directory.
403
+
* `config.xml` overrides are copied to the `optconfig` directory in its domain home.
404
+
* Module overrides are copied to the `optconfig/jdbc`, `optconfig/jms`, or `optconfig/diagnostics` directory.
405
405
* Deletes any situational configuration files in the `optconfig` directory that do not have corresponding template files in the configuration map.
406
406
* WebLogic Servers read their overrides from their domain home's `optconfig` directory.
*[Common mistakes and solutions](#common-mistakes-and-solutions)
19
19
20
+
Note that the operator Helm chart is available from the GitHub chart repository, see [Alternatively, install the operator Helm chart from GitHub chart repository](../../installation/#alternatively-install-the-operator-helm-chart-from-github-chart-repository).
21
+
20
22
#### Useful Helm operations
21
23
22
24
Show the available operator configuration parameters and their default values:
0 commit comments