Skip to content

Commit ffd5567

Browse files
author
Tom Barnes
committed
doc update
1 parent dbcfc81 commit ffd5567

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

site/config-overrides.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,14 @@ The secret macro `SECRETNAME` field must reference the name of a Kubernetes secr
182182
**Check each item below to ensure custom situational configuration takes effect:**
183183

184184
* Reference the name of the current bean and each parent bean in any hierarchy you override.
185+
* Note that the `combine-mode` verbs (`add` and `replace`) should be omitted for beans that are already defined in your original domain home configuration.
185186
* See [Override template samples](#override-template-samples) for examples.
186187
* Use situational config `replace` and `add` verbs as follows:
187-
* If you are adding a new bean that doesn't already exist in your original domain home `config.xml`, specify `add` on the MBean itself and on each attribute within the bean.
188+
* If you are adding a new bean that doesn't already exist in your original domain home configuration, specify `add` on the MBean itself and on each attribute within the bean.
188189
* See the `server-debug` stanza in [Override template samples](#override-template-samples) below for an example.
189-
* If you are adding a new attribute to an existing bean in the domain home `config.xml`, the attribute needs an `add` verb.
190+
* If you are adding a new attribute to an existing bean in the domain home configuration, the attribute needs an `add` verb.
190191
* See the `max-message-size` stanza in [Override template samples](#override-template-samples) below for an example.
191-
* If you are changing the value of an existing attribute within a domain home `config.xml`, the attribute needs a `replace` verb.
192+
* If you are changing the value of an existing attribute within a domain home configuration, the attribute needs a `replace` verb.
192193
* See the `public-address` stanza in [Override template samples](#override-template-samples) below for an example.
193194
* When overriding `config.xml`:
194195
* The XML namespace (`xmlns:` in the XML) must be exactly as specified in [Override template schemas](#override-template-schemas).

0 commit comments

Comments
 (0)