Skip to content

Commit

Permalink
Fix broken example yaml (googleforgames#2956)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongmax authored and chiayi committed Feb 8, 2023
1 parent f1a0061 commit b942ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ spec:
spec:
containers:
- name: simple-game-server
image: us-docker.pkg.dev/agones-images/examples:0.14
image: us-docker.pkg.dev/agones-images/examples/simple-game-server:0.14
2 changes: 2 additions & 0 deletions examples/gameserverallocation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

apiVersion: "allocation.agones.dev/v1"
kind: GameServerAllocation
metadata:
name: allocation-example
spec:
# GameServer selector from which to choose GameServers from.
# GameServers still have the hard requirement to be `Ready` to be allocated from
Expand Down

0 comments on commit b942ea0

Please sign in to comment.