Skip to content

Commit 90ad461

Browse files
Tom Barnesrjeberhard
authored andcommitted
further emphasize need to restart domain after changes
1 parent 23f9b5a commit 90ad461

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

site/config-overrides.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ You can use overrides to customize domains as they are moved from QA to producti
2525

2626
## How do you specify overrides?
2727

28+
* Make sure your domain home meets the prerequisites. See [Prerequisites](#prerequisites).
29+
* Make sure your overrides are supported. See [Typical overrides](#typical-overrides) and [Unsupported overrides](#unsupported-overrides).
2830
* Create a Kubernetes configuration map that contains:
2931
* Override templates (also known as situational configuration templates), with names and syntax as described in [Override template names and syntax](#override-template-names-and-syntax).
3032
* A file named `version.txt` that contains the string `2.0`.
@@ -228,6 +230,8 @@ The following `jdbc-testDS.xml` override template demonstrates setting the URL,
228230
---
229231
# Step-by-step guide
230232

233+
* Make sure your domain home meets the prerequisites. See [Prerequisites](#prerequisites).
234+
* Make sure your overrides are supported. See [Typical overrides](#typical-overrides) and [Unsupported overrides](#unsupported-overrides).
231235
* Create a directory containing (A) a set of situational configuration templates for overriding the MBean properties you want to replace and (B) a `version.txt` file.
232236
* This directory must not contain any other files.
233237
* The `version.txt` file must contain only the string `2.0`.
@@ -283,7 +287,6 @@ spec:
283287
[ ... ]
284288
```
285289
286-
287290
---
288291
# Debugging
289292

0 commit comments

Comments
 (0)