Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit bae1d8b

Browse files
committed
add map for addl configs
Signed-off-by: Guozhen La <guozhen.la@gmail.com>
1 parent 07fbf97 commit bae1d8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

protos/flyteidl/plugins/ray.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ message RayCluster {
2121
HeadGroupSpec head_group_spec = 1;
2222
// WorkerGroupSpecs are the specs for the worker pods
2323
repeated WorkerGroupSpec worker_group_spec = 2;
24-
// Namespace under which to create the RayCluster
25-
string namespace = 3;
24+
// Additional parameter overrides for ray cluster config
25+
map<string, string> ray_cluster_params = 3;
2626
}
2727

2828
// HeadGroupSpec are the spec for the head pod

0 commit comments

Comments
 (0)