Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Jun 11, 2024
1 parent 050bd99 commit ed9073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/templates/gcp-ray.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ available_node_types:
{%- for label_key, label_value in labels.items() %}
{{ label_key }}: {{ label_value|tojson }}
{%- endfor %}
managed-instance-group: {{ gcp_use_managed_instance_group_value|tojson }}
use-managed-instance-group: {{ gcp_use_managed_instance_group_value|tojson }}
{%- if gcp_use_managed_instance_group %}
managed-instance-group:
run_duration: {{ run_duration }}
Expand Down

0 comments on commit ed9073e

Please sign in to comment.