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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,8 +184,8 @@ The secret macro `SECRETNAME` field must reference the name of a Kubernetes secr
184
184
* Reference the name of the current bean and each parent bean in any hierarchy you override.
185
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.
186
186
* See [Override template samples](#override-template-samples) for examples.
187
-
* Use situational config`replace` and `add` verbs as follows:
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.
187
+
* Use situational configuration`replace` and `add` verbs as follows:
188
+
* If you are adding a new bean that doesn't already exist in your original domain home configuration, then specify `add` on the MBean itself and on each attribute within the bean.
189
189
* See the `server-debug` stanza in [Override template samples](#override-template-samples) below for an example.
190
190
* If you are adding a new attribute to an existing bean in the domain home configuration, the attribute needs an `add` verb.
191
191
* See the `max-message-size` stanza in [Override template samples](#override-template-samples) below for an example.
0 commit comments