From 8bd1455a2c93fdbe492a46d86bd6532fbcdecd16 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:58:09 +0100 Subject: [PATCH] feat(multiplayer): propagate allocated launch configuration --- server/agones/allocation.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/agones/allocation.go b/server/agones/allocation.go index 8f567771..bfb0cbd5 100644 --- a/server/agones/allocation.go +++ b/server/agones/allocation.go @@ -172,10 +172,10 @@ func (c Client) Allocate(ctx context.Context, request domain.AllocationRequest, body.Spec.Metadata.Annotations = map[string]string{ "cosmic-clash.io/match-id": request.MatchID, "cosmic-clash.io/allocation-id": request.AllocationID, - "cosmic-clash.io/region": request.Region, - "cosmic-clash.io/build": request.Build, - "cosmic-clash.io/protocol": strconv.Itoa(request.Protocol), - "cosmic-clash.io/transport": request.Transport, + "cosmic-clash.io/region": request.Region, + "cosmic-clash.io/build": request.Build, + "cosmic-clash.io/protocol": strconv.Itoa(request.Protocol), + "cosmic-clash.io/transport": request.Transport, } if len(c.WorkloadSecret) > 0 { ttl := c.WorkloadTokenTTL