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

Commit

Permalink
add map for addl configs
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhen-la committed Aug 4, 2023
1 parent fad9d11 commit 5efa9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protos/flyteidl/plugins/ray.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ message RayCluster {
HeadGroupSpec head_group_spec = 1;
// WorkerGroupSpecs are the specs for the worker pods
repeated WorkerGroupSpec worker_group_spec = 2;
// Namespace under which to create the RayCluster
string namespace = 3;
// Additional parameter overrides for ray cluster config
map<string, string> ray_cluster_params = 3;
}

// HeadGroupSpec are the spec for the head pod
Expand Down

0 comments on commit 5efa9fe

Please sign in to comment.