Skip to content

Commit

Permalink
Splitting distributed workflows component into codeflare and ray. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
etirelli committed Jul 27, 2023
1 parent 27d5713 commit f6bb69d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f6bb69d

Please sign in to comment.