Update example allocation yaml files to use selectors instead of required #2771
Labels
area/examples
Examples. Usually found in the `examples` directory
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
kind/cleanup
Refactoring code, fixing up documentation, etc
kind/feature
New features for Agones
Milestone
Is your feature request related to a problem? Please describe.
examples/gameserverallocation.yaml uses the newer
selectors
but a lot of the yaml files under the/examples
directory still userequired
(e.g. examples/simple-game-server/gameserverallocation.yaml and examples/xonotic/gameserverallocation.yaml but probably others as well).Describe the solution you'd like
Search through the game server allocation yaml files checked into the repository and change the spec to use
selectors
instead ofrequired
Describe alternatives you've considered
n/a
The text was updated successfully, but these errors were encountered: