Skip to content

Commit

Permalink
make change
Browse files Browse the repository at this point in the history
Signed-off-by: e356161 <[email protected]>
  • Loading branch information
peterghaddad committed Oct 28, 2024
1 parent da707f1 commit 00df7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flyteplugins/go/tasks/plugins/k8s/ray/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ var (
IncludeDashboard: true,
DashboardHost: "0.0.0.0",
EnableUsageStats: false,
ServiceAccount: "default",
ServiceAccount: "",
Defaults: DefaultConfig{
HeadNode: NodeConfig{
StartParameters: map[string]string{
// Disable usage reporting by default: https://docs.ray.io/en/latest/cluster/usage-stats.html
// Disable usage reporting by default: https://docs.ray.io/en/latest/cluster/deusage-stats.html
DisableUsageStatsStartParameter: "true",
},
IPAddress: "$MY_POD_IP",
Expand Down

0 comments on commit 00df7cd

Please sign in to comment.