Skip to content

Commit 23943b3

Browse files
updates
1 parent ad74cff commit 23943b3

File tree

2 files changed

+14
-12
lines changed
  • docs-source/content/userguide

2 files changed

+14
-12
lines changed

docs-source/content/userguide/managing-domains/configoverrides/_index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -384,23 +384,23 @@ Incorrectly formatted override files may be accepted without warnings or errors
384384
* The introspector job's pod:
385385
* Mounts the Kubernetes configuration map and secrets specified via the operator domain resource `configOverrides`, `webLogicCredentialsSecret`, and `configOverrideSecrets` fields.
386386
* 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.
392392
* The operator runtime:
393393
* Reads the expanded situational configuration files and/or errors from the introspector.
394394
* 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.
398398
* 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.
401401
* The `startServer.sh` script in the WebLogic Server pods:
402402
* 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.
405405
* Deletes any situational configuration files in the `optconfig` directory that do not have corresponding template files in the configuration map.
406406
* WebLogic Servers read their overrides from their domain home's `optconfig` directory.

docs-source/content/userguide/managing-operators/using-the-operator/using-helm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ description: "Useful Helm operations"
1717
* [Debugging options](#debugging-options)
1818
* [Common mistakes and solutions](#common-mistakes-and-solutions)
1919

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+
2022
#### Useful Helm operations
2123

2224
Show the available operator configuration parameters and their default values:

0 commit comments

Comments
 (0)