Skip to content

Commit

Permalink
Merge pull request #91 from googleprivate/feature/agones-namespace
Browse files Browse the repository at this point in the history
Move Agones resources into a `agones-system` namespace.
  • Loading branch information
markmandel committed Feb 12, 2018
2 parents f2bec0b + b117966 commit 36f27f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

# Install with development settings - suggest using `make install` to run

apiVersion: v1
kind: Namespace
metadata:
name: agones-system
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
Expand All @@ -33,6 +38,7 @@ apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: agones-controller
namespace: agones-system
spec:
replicas: 1
strategy:
Expand Down

0 comments on commit 36f27f8

Please sign in to comment.