diff --git a/site/content/en/docs/Integration Patterns/allocation-from-fleet.md b/site/content/en/docs/Integration Patterns/allocation-from-fleet.md index 572d1b4a04..8124ce4cef 100644 --- a/site/content/en/docs/Integration Patterns/allocation-from-fleet.md +++ b/site/content/en/docs/Integration Patterns/allocation-from-fleet.md @@ -20,9 +20,9 @@ label selector to target a specific `Fleet` by name. In this instance, we are ta apiVersion: "allocation.agones.dev/v1" kind: GameServerAllocation spec: - required: - matchLabels: - agones.dev/fleet: xonotic + selectors: + - matchLabels: + agones.dev/fleet: xonotic ``` ## Next Steps: