Skip to content

Commit bea0088

Browse files
authored
Update modules/concepts/pages/overrides.adoc
1 parent 8f8e78d commit bea0088

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/concepts/pages/overrides.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ As some JVM arguments are mutually exclusive (think of `-Xmx123m` and `-Xmx456m`
163163
The merging mechanism is applied <operator generated> <- <role user specified> <- <rolegroup user specified> and works as follows:
164164

165165
1. All arguments listed in user specified `remove` are removed from operator generated
166-
2. All arguments matching any regex from user `removeRegex` are removed from operator generated
166+
2. All arguments matching any regex from user removeRegex are removed from operator generated.
167+
The regex needs to match the entire argument, not only a substring
167168
3. All arguments from user specified `add` are added to operator
168169
169170
You can check the resulting effective JVM arguments by looking at the ConfigMap containing the config for the roleGroup (although some tools read the JVM arguments from environmental variables).

0 commit comments

Comments
 (0)