Skip to content

Commit c134017

Browse files
Update modules/administration-guide/pages/devworkspace-operator.adoc
Co-authored-by: Rohan Kumar <rohan.kumar.kanojia@gmail.com>
1 parent 5c49816 commit c134017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/administration-guide/pages/devworkspace-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The DevWorkspaceOperatorConfig (DWOC) custom resource defines configuration opti
4747

4848
The global config is a DWOC custom resource named `devworkspace-operator-config` and is expected to be located in the DWO installation namespace. By default, the global config is not created upon installation. Configuration fields set in the global configuration will apply to the DWO and all {devworkspace}s; however, the DWOC configuration can be overridden by a non-global config.
4949

50-
In contrast, any DWOC custom resource that is not the global config is considered to be non-global config. A non-global config will not apply to any {devworkspace}s unless the {devworkspace} contains a reference to the DWOC. If the global config and non-global config have the same fields, the non-global config field will take precedence.
50+
In contrast, any other DWOC custom resource not satisfying abovementioned criteria for global configuration is considered a non-global configuration. These non-global configurations will not apply to any {devworkspace}s unless the {devworkspace} contains a reference to them. When both a global and non-global configuration define the same fields, the non-global configuration's field will take precedence.
5151

5252
.Global DWOC and {prod-short}-owned DWOC comparison
5353
[cols="1,1,1",options="header"]

0 commit comments

Comments
 (0)