Skip to content

Commit

Permalink
fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
umeshkumhar committed Mar 8, 2024
1 parent 56926af commit e051edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/ray/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ module "kuberay-cluster" {
autopilot_cluster = local.enable_autopilot
google_service_account = local.workload_identity_service_account
grafana_host = var.enable_grafana_on_ray_dashboard ? module.kuberay-monitoring[0].grafana_uri : ""
depends_on = [module.gcs]
depends_on = [module.gcs, module.kuberay-operator]
}

0 comments on commit e051edd

Please sign in to comment.