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