-
Feature
-
Resolution: Done
-
Major
-
None
-
False
-
-
False
-
Release Notes
-
-
In the DevWorkspaceOperatorConfig, the config.workspace.defaultContainerResources field allows setting default container resources:
kind: DevWorkspaceOperatorConfig apiVersion: controller.devfile.io/v1alpha1 metadata: name: devworkspace-operator-config namespace: <devworkspace operator install namespace> config: workspace: defaultContainerResources: limits: memory: <new memory limit> requests memory: <new memory request>
However, this can only be set in the DWOC, and not the CheCluster CR.
The proposed enhancement is to allow this field to be set from the CheCluster CR. This prevents the need for manually editing/creating the global DWOC.