We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5b38e commit c04b3bdCopy full SHA for c04b3bd
1 file changed
app/services/hosting_service_adapters/fly.rb
@@ -121,13 +121,7 @@ def fly_process_group_for_group(group)
121
122
def machine_create_body(group:, type:)
123
template_machine = instances_state.find_instances(group:).first
124
- config_template =
125
- template_machine.config.merge(
126
- "guest" => guest_config_for_type(type),
127
- "metadata" => {
128
- "fly_process_group" => fly_process_group_for_group(group)
129
- }
130
- )
+ config_template = template_machine.config.merge("guest" => guest_config_for_type(type))
131
{ config: config_template, region: template_machine.region }
132
end
133
0 commit comments