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: site/config-overrides.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,12 +285,12 @@ The following `jdbc-testDS.xml` override template demonstrates setting the URL,
285
285
* Configure the name of the configuration map in the domain CR `configOverrides` field.
286
286
* Configure the names of each secret in domain CR.
287
287
* If the secret contains the WebLogic admin `username` and `password` keys, set the domain CR `webLogicCredentialsSecret` field.
288
-
* For all other secrets, add them to domain CR `configOverrideSecrets` field.
289
-
* Any override changes require a full domain restart before they can take effect.
290
-
* Custom override changes on an existing running domain, such as updating an override configuration map, a secret, or a domain resource, will not take effect until all running WebLogic Server pods in your domain are shutdown (so no servers are left running), and the domain is subsequently restarted.
291
-
* To stop all running WebLogic Server pods in your domain, and then start/restart the domain:
292
-
* Set your domain resource serverRestartPolicy to NEVER, wait, and restore back to ALWAYS or IF_NEEDED (see [Server Lifecycle](server-lifecycle.md).)
293
-
* Or delete your domain resource, wait, and then reapply it.
288
+
* For all other secrets, add them to domain CR `configOverrideSecrets` field. Note: this must be in an array format even if you only add one secret (see the sample domain resource yaml below).
289
+
* Any override changes require stopping all WebLogic pods, applying your domain resource (if it changed), and restarting the WebLogic pods before they can take effect.
290
+
* Custom override changes on an existing running domain, such as updating an override configuration map, a secret, or a domain resource, will not take effect until all running WebLogic Server pods in your domain are shutdown (so no servers are left running), and the domain is subsequently restarted with your new domain resource (if it changed), or with you existing domain resource (if you haven't changed it).
291
+
* To stop all running WebLogic Server pods in your domain, apply a changed resource, and then start/restart the domain:
292
+
* Set your domain resource serverRestartPolicy to NEVER, wait, and apply your latest domain resource with the serverRestartPolicy restored back to ALWAYS or IF_NEEDED (see [Server Lifecycle](server-lifecycle.md).)
293
+
* Or delete your domain resource, wait, and apply your (potentially changed) domain resource.
294
294
* See [Debugging](#debugging) for ways to check if the situational configuration is taking effect or if there are errors.
0 commit comments