diff --git a/config/crd/bases/datasciencecluster.opendatahub.io_datascienceclusters.yaml b/config/crd/bases/datasciencecluster.opendatahub.io_datascienceclusters.yaml index 49d7d730140..e0c9af96c2c 100644 --- a/config/crd/bases/datasciencecluster.opendatahub.io_datascienceclusters.yaml +++ b/config/crd/bases/datasciencecluster.opendatahub.io_datascienceclusters.yaml @@ -89,6 +89,16 @@ spec: required: - enabled type: object + ray: + description: Ray component configuration + properties: + enabled: + description: Set to "true" to enable component, "false" to + disable component. A disabled component will not be installed. + type: boolean + required: + - enabled + type: object workbenches: description: Workbenches component configuration properties: