Skip to content

Commit b3f6ba0

Browse files
Tom Barnesrjeberhard
authored andcommitted
Update config overrides doc to recommend avoiding domain name stanzas in config.xml override files.
1 parent c6a5397 commit b3f6ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/config-overrides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ The secret macro `SECRETNAME` field must reference the name of a Kubernetes secr
192192
* See the `public-address` stanza in [Override template samples](#override-template-samples) below for an example.
193193
* When overriding `config.xml`:
194194
* The XML namespace (`xmlns:` in the XML) must be exactly as specified in [Override template schemas](#override-template-schemas).
195-
* For example, use `d:` to reference `config.xml` beans and attributes, `f:` for `add` and `replace` `domain-fragment` verbs, and `s:` to reference the situational config schema.
196-
* Avoid specifying the domain name stanza, as this may cause some overrides to be ignored (for example, server template scoped overrides).
195+
* For example, use `d:` to reference `config.xml` beans and attributes, `f:` for `add` and `replace` `domain-fragment` verbs, and `s:` to reference the situational configuration schema.
196+
* Avoid specifying the domain name stanza, as this may cause some overrides to be ignored (for example, server-template scoped overrides).
197197
* When overriding modules:
198198
* It is a best practice to use XML namespace abbreviations `jms:`, `jdbc:`, and `wldf:` respectively for JMS, JDBC, and WLDF (diagnostics) module override files.
199199

0 commit comments

Comments
 (0)