Skip to content

Commit

Permalink
Update the node affinity key to the new label name.
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbailey committed Jul 30, 2019
1 parent 06ffbd3 commit 2065482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/helm/agones/values.yaml
Expand Up @@ -108,7 +108,7 @@ agones:
- weight: 1
preference:
matchExpressions:
- key: stable.agones.dev/agones-system
- key: agones.dev/agones-system
operator: Exists
replicas: 3
http:
Expand Down
2 changes: 1 addition & 1 deletion install/yaml/install.yaml
Expand Up @@ -1005,7 +1005,7 @@ spec:
preferredDuringSchedulingIgnoredDuringExecution:
- preference:
matchExpressions:
- key: stable.agones.dev/agones-system
- key: agones.dev/agones-system
operator: Exists
weight: 1

Expand Down

0 comments on commit 2065482

Please sign in to comment.